small fixes in modules
This commit is contained in:
parent
bcdd3fe2e4
commit
755bc4fbf7
2 changed files with 3 additions and 2 deletions
|
@ -51,6 +51,8 @@
|
|||
factorio
|
||||
];
|
||||
|
||||
services.emacs.defaultEditor = false;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
bat
|
||||
fd
|
||||
file
|
||||
git
|
||||
gnupg
|
||||
glow
|
||||
htop
|
||||
|
@ -38,7 +37,7 @@
|
|||
sshfs
|
||||
whois
|
||||
mtr
|
||||
];
|
||||
] ++ (if config.networking.hostName == "toaster" then [ gitFull ] else [ git ]);
|
||||
|
||||
environment.variables =
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue