various stuff
This commit is contained in:
parent
407160b012
commit
6b44ec946b
15 changed files with 288 additions and 134 deletions
|
@ -37,6 +37,14 @@ in {
|
|||
image = ./${cfg.theme}.jpg;
|
||||
polarity = cfg.polarity;
|
||||
|
||||
targets = {
|
||||
grub.enable = true;
|
||||
plymouth.enable = true;
|
||||
console.enable = true;
|
||||
nixos-icons.enable = true;
|
||||
qt.enable = true;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
serif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue