cleaned up nix

This commit is contained in:
biscuit
2025-05-14 09:33:06 -05:00
parent 01589d2fb7
commit bfb74c0f6e
2 changed files with 6 additions and 17 deletions
+2 -9
View File
@@ -12,17 +12,10 @@
homeDirectory = "/home/biscuit";
};
home.packages = [
];
home.sessionVariables = {
};
home.packages = [];
home.sessionVariables = {};
programs.git.enable = true;
programs.bash.shellAliases = {
enable = true;
ll = "ls -l";
};
programs.neovim.enable = true;
systemd.user.startServices = "sd-switch";