diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-06-30 15:38:03 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-06-30 15:38:03 +0200 |
| commit | 994e68ae135ad56cab7072414d76160a1c78bbd8 (patch) | |
| tree | 1b2f4772fc8e2dd96d940b40eafabbd30f7d5027 | |
| parent | 7f9e4c89bde706a1091e58d0b2e3b1a4d17a223f (diff) | |
home: i3: startup: disable bluetooth on startup
| -rw-r--r-- | home/config/i3/startup.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/config/i3/startup.nix b/home/config/i3/startup.nix index 7b57e41..fe3056e 100644 --- a/home/config/i3/startup.nix +++ b/home/config/i3/startup.nix @@ -15,6 +15,7 @@ in { ++ (lib.optional config.services.emacs.enable (autostart { command = "systemctl --user start emacs.service"; })) ++ [ (autostart { command = "xfce4-power-manager --daemon"; }) + (autostart { command = "rfkill block bluetooth"; }) # Launch frequently used apps (autostart { command = "thunderbird"; }) (autostart { command = "signal-desktop"; }) |
