move virtualisation to module; update flake lock
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
./nix-settings.nix
|
||||
./fonts.nix
|
||||
./kde.nix
|
||||
./virtualisation.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
||||
12
flake.lock
generated
12
flake.lock
generated
@@ -7,11 +7,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736437680,
|
||||
"narHash": "sha256-9Sy17XguKdEU9M5peTrkWSlI/O5IAqjHzdzxbXnc30g=",
|
||||
"lastModified": 1736526728,
|
||||
"narHash": "sha256-vb/ldbBHRbfT9U7SoCYmxh+h+PHuFqGjCBO0bPXsze4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "disko",
|
||||
"rev": "4d5d07d37ff773338e40a92088f45f4f88e509c8",
|
||||
"rev": "b1a94497b1c27fe7f81e3e76990959f5051da18b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -82,11 +82,11 @@
|
||||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736388880,
|
||||
"narHash": "sha256-lA+4MhhcdoanbMnFLjZW+jPdEKcsLs9st2GAst1iuVU=",
|
||||
"lastModified": 1736473789,
|
||||
"narHash": "sha256-euzobfF3ZGZS2r7RP+eUbZTdZ7NnsSZdEHf4iZICs7Y=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nix-vscode-extensions",
|
||||
"rev": "2a84ca07753e3ec608c96ed2907606361979467a",
|
||||
"rev": "435ca21d3a971c11f5007ba7adfd2b88eda2dfe9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
./disk-config.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
../modules/laptop.nix
|
||||
../modules/virtualisation.nix
|
||||
../modules/gaming.nix
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user