Trying with emacs

This commit is contained in:
2026-03-14 21:04:13 +00:00
parent d2f949f179
commit cadad0b184
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1616,7 +1616,7 @@ This is top file of this level which contains just an import statement for all r
./kitty.nix ./kitty.nix
./starship.nix ./starship.nix
./zsh.nix ./zsh.nix
#./emacs.nix ./emacs.nix
]; ];
# .. put any code here # .. put any code here
} }
@@ -43,6 +43,6 @@
]; ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; #hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
} }
@@ -4,7 +4,7 @@
./kitty.nix ./kitty.nix
./starship.nix ./starship.nix
./zsh.nix ./zsh.nix
#./emacs.nix ./emacs.nix
]; ];
# .. put any code here # .. put any code here
} }