Go back to stable nixpkgs and i3

I hereby declare bancruptcy :(
This commit is contained in:
2024-10-06 18:24:16 +02:00
parent 2572513c44
commit d683f1f574
10 changed files with 48 additions and 31 deletions

View File

@ -31,7 +31,7 @@ in
programs.kitty = {
enable = true;
shellIntegration.enableFishIntegration = true;
themeFile = "Catppuccin-Mocha";
theme = "Catppuccin-Mocha";
settings = {
enable_audio_bell = false;
confirm_os_window_close = 0; # no ask on quit

View File

@ -31,6 +31,7 @@ in
config = lib.mkIf cfg.enable {
services.xserver.windowManager.i3.enable = true;
services.xserver.windowManager.i3.package = pkgs.i3-gaps;
services.displayManager.defaultSession = "none+i3";
programs.xss-lock = {
# responds to "loginctl lock-session" via dbus