Trying without emacs

This commit is contained in:
2026-03-14 20:46:21 +00:00
parent b50072a4eb
commit df01100cca
4 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -346,7 +346,7 @@ The Nix flake definition for Droidnix.
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11cat ";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -1616,7 +1616,7 @@ This is top file of this level which contains just an import statement for all r
./kitty.nix
./starship.nix
./zsh.nix
./emacs.nix
#./emacs.nix
];
# .. put any code here
}
@@ -8,6 +8,10 @@
...
}:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
#../../hardware/hardware.nix
];
boot.initrd.availableKernelModules = [
"xhci_pci"
@@ -39,6 +43,6 @@
];
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;
}
+1 -1
View File
@@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11cat ";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -4,7 +4,7 @@
./kitty.nix
./starship.nix
./zsh.nix
./emacs.nix
#./emacs.nix
];
# .. put any code here
}