treewide: update to nixos 24.11

This commit is contained in:
2024-11-18 14:26:43 +01:00
parent d65273e67a
commit e341e72875
10 changed files with 91 additions and 153 deletions
+2 -2
View File
@@ -43,9 +43,9 @@
duration = 20;
};
live_config_reload = true;
general.live_config_reload = true;
shell = {
terminal.shell = {
program = "${pkgs.zsh}/bin/zsh";
args = [ "--login" ];
};