From 3de1aafbeb9c3d3194881c993eba937560d652b5 Mon Sep 17 00:00:00 2001 From: Roxwize Date: Wed, 11 Dec 2024 08:56:37 -0500 Subject: [PATCH] ~ --- nixos/home.nix | 53 +++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/nixos/home.nix b/nixos/home.nix index a26c7d0..021512a 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -5,7 +5,6 @@ in { imports = [ "${home-manager}/nixos" - # "${plasma-manager}/modules" ]; home-manager.users.rae = { @@ -19,10 +18,10 @@ in ".twmrc".source = ../configs/twm; }; }; - xdg.configFile = { - "i3/config".source = ../configs/i3; - "openbox".source = ../configs/openbox; - }; + xdg.configFile = { + "i3/config".source = ../configs/i3; + "openbox".source = ../configs/openbox; + }; programs = { git = { @@ -78,15 +77,15 @@ in offset-y = 14; padding = 2; }; - "bar/tray" = { - background = color0; - foreground = "#000"; - bottom = "true"; - width = "100%"; - height = 32; - font-0 = "GohuFont:style=Regular:size=14;3"; - modules-left = "tray"; - }; + "bar/tray" = { + background = color0; + foreground = "#000"; + bottom = "true"; + width = "100%"; + height = 32; + font-0 = "GohuFont:style=Regular:size=14;3"; + modules-left = "tray"; + }; "module/cpu" = { type = "internal/cpu"; @@ -106,15 +105,15 @@ in type = "internal/xwindow"; label-active-font = 0; }; - "module/battery" = { - type = "internal/battery"; - battery = "BAT0"; - adapter = "ADP1"; - label-charging = "BAT: %percentage%%++"; - label-discharging = "BAT: %percentage%%"; - label-background = color1; - label-padding = 2; - }; + "module/battery" = { + type = "internal/battery"; + battery = "BAT0"; + adapter = "ADP1"; + label-charging = "BAT: %percentage%%++"; + label-discharging = "BAT: %percentage%%"; + label-background = color1; + label-padding = 2; + }; "module/date" = { type = "internal/date"; date = "%b %d %y"; @@ -123,10 +122,10 @@ in label-padding = 2; interval = 5; }; - "module/tray" = { - type = "internal/tray"; - tray-spacing = "8px"; - }; + "module/tray" = { + type = "internal/tray"; + tray-spacing = "8px"; + }; }; }; };