summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/config/i3/startup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/i3/startup.nix b/home/config/i3/startup.nix
index 8c76388..fe3056e 100644
--- a/home/config/i3/startup.nix
+++ b/home/config/i3/startup.nix
@@ -14,7 +14,7 @@ in {
(autostart { command = "systemctl --user xidlehook.service"; }))
++ (lib.optional config.services.emacs.enable
(autostart { command = "systemctl --user start emacs.service"; })) ++ [
- # (autostart { command = "xfce4-power-manager --daemon"; })
+ (autostart { command = "xfce4-power-manager --daemon"; })
(autostart { command = "rfkill block bluetooth"; })
# Launch frequently used apps
(autostart { command = "thunderbird"; })