diff --git a/nixos/i3/i3.nix b/nixos/i3/i3.nix index 0c6cbfa0..023e28b6 100644 --- a/nixos/i3/i3.nix +++ b/nixos/i3/i3.nix @@ -10,12 +10,10 @@ in xsession.windowManager.i3 = { enable = true; - package = pkgs.i3-gaps; config = { startup = [ { command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; } { command = "exec setxkbmap -layout pl"; always = true; notification = false; } - { command = "exec autorandr -c"; always = false; notification = false; } { command = "exec $HOME/dev/dotfiles/nixos/i3/lock.sh"; always = false; notification = false; } { command = "exec $HOME/dev/dotfiles/nixos/i3/battery-popup.sh"; always = false; notification = false; } { command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; }