diff options
author | polwex <polwex@sortug.com> | 2025-02-21 15:57:54 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-02-21 15:57:54 +0700 |
commit | 59ab4467b69f3ba455ef23163cfc4543338d8a41 (patch) | |
tree | c053679bb21a023e115a0ab5f96d7926bd05d3c2 /hosts/local/i3.nix | |
parent | 0e69d956f5fc20546d0a96a3891d6dd29942468b (diff) |
m
Diffstat (limited to 'hosts/local/i3.nix')
-rw-r--r-- | hosts/local/i3.nix | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix index a45c3c1..ba84982 100644 --- a/hosts/local/i3.nix +++ b/hosts/local/i3.nix @@ -12,11 +12,13 @@ extraPackages = with pkgs; [ dmenu i3status + i3status-rust i3lock i3blocks ]; }; }; + # TODO check autotiling services.displayManager.defaultSession = "none+i3"; environment.sessionVariables = { @@ -51,16 +53,23 @@ kitty alacritty + ghostty signal-desktop tdesktop brave gimp vlc + # mpv celluloid + ffmpeg-full + nv-codec-headers + # + smplayer thunderbird kmail firefox + vivaldi chromium pavucontrol # icons @@ -158,5 +167,9 @@ # pipewire requires these off # sound.enable = true; # hardware.pulseaudio.enable = true; - # hardware.bluetooth.enable = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + services.blueman.enable = true; } |