Extract nano settings into a shared modules
This commit is contained in:
parent
ae246349e1
commit
92543dc702
5 changed files with 15 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue