cleaned up nix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user