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
];
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. Its perfectly fine and recommended to leave

View file

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