24.05: Buildable
This commit is contained in:
parent
fe33f30bce
commit
71385d9ba9
13 changed files with 329 additions and 256 deletions
|
@ -38,9 +38,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
warn-dirty = false;
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
warn-dirty = false;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ disko, lix-module, ... }:
|
||||
{ disko, ... }:
|
||||
{
|
||||
imports = [
|
||||
../options.nix
|
||||
|
@ -13,7 +13,6 @@
|
|||
disko.nixosModules.disko
|
||||
./gaming
|
||||
./geoffrey.nix
|
||||
lix-module.nixosModules.default
|
||||
./printing
|
||||
./remote-builds
|
||||
./style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue