Fix persist

This commit is contained in:
muon 2025-07-31 20:20:55 +00:00
parent aba1da6c1f
commit 41ae205f6a
5 changed files with 72 additions and 53 deletions

View file

@ -6,6 +6,11 @@ in {
imports = [
./hardware-configuration.nix
inputs.impermanence.nixosModules.impermanence
"${
builtins.fetchTarball
"https://github.com/nix-community/disko/archive/master.tar.gz"
}/module.nix"
./disk-config.nix
# (inputs.nixpkgs
# + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
];
@ -19,9 +24,12 @@ in {
networking.hostId = "a2309090";
mods.home.file = ./home.nix;
boot.loader.grub.enable = true;
boot.loader.grub.efiSupport = true;
boot.loader.grub.efiInstallAsRemovable = true;
# Modules
mods.desktop.enable = true;
mods.boot.enable = true;
mods.theme.enable = true;
mods.theme.scheme = "woodland";