font config & assorted goodies

This commit is contained in:
Emile Clark-Boman 2024-10-30 17:35:16 +10:00
parent 68f969ec59
commit 045f346d3c
10 changed files with 236 additions and 9 deletions

View file

@ -26,9 +26,9 @@
pkgs = import nixpkgs {
inherit system;
#config = {
# allowUnfree = true;
#};
config = {
allowUnfree = false;
};
};
# this is just something I'm experimenting with
@ -62,7 +62,7 @@
inherit pkgs;
modules = [
./home/emile # ./home/me
./home/me
];
};
};