Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9f488511bf
|
@ -525,5 +525,6 @@ in
|
|||
source = pkgs.runCommand "face.png" { } "${pkgs.inkscape}/bin/inkscape ${./face.svg} -w 1024 -o $out";
|
||||
};
|
||||
};
|
||||
# FIXME .config/home-manager/home.nix link. Using hostname?
|
||||
};
|
||||
}
|
||||
|
|
2
pindakaas/dk.nix
Normal file
2
pindakaas/dk.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{ ... } @ args:
|
||||
import ../dk/single_uefi_btrfs.nix (args // { id = "mmc-DA4064_0x931f080f"; name = "pindakaas"; })
|
|
@ -27,4 +27,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
zramSwap.enable = true; # Not capable of building itself otherwise
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue