small fixes in modules

This commit is contained in:
Grigory Shipunov 2023-06-04 20:19:53 +02:00
parent bcdd3fe2e4
commit 755bc4fbf7
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 3 additions and 2 deletions

View file

@ -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. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave

View file

@ -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