Compare commits

..

No commits in common. "9b0144cb21cf838446937a54f83ad02db6ab6b19" and "af40e6960ce2afa89b9759037bb11804ace9890d" have entirely different histories.

3 changed files with 3 additions and 14 deletions

View file

@ -57,11 +57,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1731403644, "lastModified": 1731332224,
"narHash": "sha256-T9V7CTucjRZ4Qc6pUEV/kpgNGzQbHWfGcfK6JJLfUeI=", "narHash": "sha256-0ctfVp27ingWtY7dbP5+QpSQ98HaOZleU0teyHQUAw0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "f6581f1c3b137086e42a08a906bdada63045f991", "rev": "184687ae1a3139faa4746168baf071f60d0310c8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -12,15 +12,6 @@
./disko.nix ./disko.nix
]; ];
boot.loader.systemd-boot = {
windows = {
"10" = {
title = "Windows 10";
efiDeviceHandle = "HD2b";
};
};
};
zramSwap.enable = true; zramSwap.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "wenar-nix"; networking.hostName = "wenar-nix";

View file

@ -23,7 +23,5 @@ in
displayManager.sddm.wayland.enable = true; displayManager.sddm.wayland.enable = true;
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
}; };
programs.partition-manager.enable = true;
}; };
} }