cleanup
This commit is contained in:
parent
28d19492a4
commit
10c4152f54
2 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,6 @@
|
|||
./modules/science.nix
|
||||
./modules/tlp.nix
|
||||
./modules/virtualization.nix
|
||||
./hosts/toaster/secure-boot.nix
|
||||
./modules/mail
|
||||
./modules/wg
|
||||
];
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
home = "/home/0xa";
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
services.emacs.defaultEditor = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue