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
|
factorio
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.emacs.defaultEditor = false;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
bat
|
bat
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
git
|
|
||||||
gnupg
|
gnupg
|
||||||
glow
|
glow
|
||||||
htop
|
htop
|
||||||
|
@ -38,7 +37,7 @@
|
||||||
sshfs
|
sshfs
|
||||||
whois
|
whois
|
||||||
mtr
|
mtr
|
||||||
];
|
] ++ (if config.networking.hostName == "toaster" then [ gitFull ] else [ git ]);
|
||||||
|
|
||||||
environment.variables =
|
environment.variables =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Reference in a new issue