Update to NixOS 24.11

This commit is contained in:
Pim Kunis 2024-11-30 13:14:46 +01:00
parent c0a75e8e0e
commit a90c75931b
12 changed files with 140 additions and 99 deletions

View file

@ -107,7 +107,7 @@
alacritty = {
enable = true;
settings.shell = {
settings.terminal.shell = {
program = lib.getExe config.programs.tmux.package;
args = ["attach"];
};