Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-11-14 17:04:54 -05:00
parent b535f8ad4a
commit 80f6040765
10 changed files with 45 additions and 278 deletions

View File

@@ -32,15 +32,10 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
hello
man-pages
man-pages-posix
];
environment.variables = {
EDITOR = "nvim";
};
services = {
skhd = {
enable = true;
@@ -59,7 +54,7 @@
};
};
programs.zsh.enable = true;
# programs.zsh.enable = true;
system.stateVersion = 5;