font config & assorted goodies
This commit is contained in:
parent
68f969ec59
commit
045f346d3c
10 changed files with 236 additions and 9 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue