mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Fonts
This commit is contained in:
parent
0b332bd830
commit
8d92f2d6ec
3 changed files with 16 additions and 1 deletions
12
hosts/Parzival/default.nix
Normal file
12
hosts/Parzival/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{config, pkgs, ...}:{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
];
|
||||
|
||||
networking.hostName = "Parzival";
|
||||
|
||||
hypr.enable = true;
|
||||
mudding.enable = true;
|
||||
gaming.enable = true;
|
||||
}
|
||||
|
|
@ -35,6 +35,10 @@
|
|||
home.enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerdfonts
|
||||
];
|
||||
|
||||
packages = {
|
||||
enable = lib.mkDefault true;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
foot
|
||||
tmux
|
||||
pulseaudio
|
||||
nerdfonts
|
||||
] else []
|
||||
)
|
||||
++ (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue