Merge remote-tracking branch 'origin/main'

This commit is contained in:
Geoffrey Frogeye 2023-12-22 19:48:02 +01:00
commit 9f488511bf
3 changed files with 5 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
{ ... } @ args:
import ../dk/single_uefi_btrfs.nix (args // { id = "mmc-DA4064_0x931f080f"; name = "pindakaas"; })

View file

@ -27,4 +27,6 @@
};
};
zramSwap.enable = true; # Not capable of building itself otherwise
}