feat: update flake, use os prober on kumatani

This commit is contained in:
2025-06-27 16:00:55 -07:00
parent 13998ab282
commit d840dc3e4a
3 changed files with 8 additions and 6 deletions

12
nix/flake.lock generated
View File

@@ -83,11 +83,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1750798083, "lastModified": 1750973805,
"narHash": "sha256-DTCCcp6WCFaYXWKFRA6fiI2zlvOLCf5Vwx8+/0R8Wc4=", "narHash": "sha256-BZXgag7I0rnL/HMHAsBz3tQrfKAibpY2vovexl2lS+Y=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ff31a4677c1a8ae506aa7e003a3dba08cb203f82", "rev": "080e8b48b0318b38143d5865de9334f46d51fce3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -154,11 +154,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1750506804, "lastModified": 1750776420,
"narHash": "sha256-VLFNc4egNjovYVxDGyBYTrvVCgDYgENp5bVi9fPTDYc=", "narHash": "sha256-/CG+w0o0oJ5itVklOoLbdn2dGB0wbZVOoDm4np6w09A=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4206c4cb56751df534751b058295ea61357bbbaa", "rev": "30a61f056ac492e3b7cdcb69c1e6abdcf00e39cf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -21,6 +21,7 @@
efiSupport = true; efiSupport = true;
device = "nodev"; device = "nodev";
efiInstallAsRemovable = true; efiInstallAsRemovable = true;
useOSProber = true;
}; };
networking.hostName = meta.hostname; networking.hostName = meta.hostname;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;

View File

@@ -37,6 +37,7 @@
wl-clipboard wl-clipboard
wl-clip-persist wl-clip-persist
wdisplays wdisplays
efibootmgr
]; ];
programs.thunar.enable = true; programs.thunar.enable = true;
programs.hyprland = { programs.hyprland = {