This commit is contained in:
get 2024-04-12 12:01:05 +02:00
commit bd71c0bba3
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@
};
oh-my-zsh = {
enable = true;
theme = "fino-time";
};
};
@ -74,4 +75,5 @@
console.keyMap = "sg";
system.stateVersion = "23.11";
nix.settings.experimental-features = ["nix-command" "flakes"];
}

View file

@ -45,6 +45,7 @@ in {
python3
rustdesk
neovim
tmux
];
};
}