Extract nano settings into a shared modules

This commit is contained in:
Nettika 2025-10-08 19:39:30 -07:00
parent ae246349e1
commit 92543dc702
5 changed files with 15 additions and 30 deletions

View file

@ -11,6 +11,7 @@ let
in {
imports = [
./backup.nix
nixosModules.nano
nixosModules.nettika
nixosModules.promptmoji
agenix.nixosModules.default
@ -30,8 +31,6 @@ in {
nixpkgs.config.allowUnfree = true;
environment.variables.EDITOR = "nano";
documentation.man.generateCaches = false;
environment.variables = {
@ -181,14 +180,6 @@ in {
};
};
programs.nano = {
enable = true;
nanorc = ''
set autoindent
set linenumbers
'';
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true;