Kristian Krsnik
a2cd8d467f
* laptop, pc and common now live in systems * new dev shell to run dconf2nix * New dconf weather entry (currently not functional)
8 lines
102 B
Nix
8 lines
102 B
Nix
{pkgs, ...}: {
|
|
fonts.fontconfig.enable = true;
|
|
|
|
home.packages = with pkgs; [
|
|
nerdfonts
|
|
];
|
|
}
|