diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-06-10 09:07:19 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-06-10 09:07:19 +0200 |
| commit | 032a9931c8a04b294868217d917fe4e862c30204 (patch) | |
| tree | 3badc253384e2f6099439996760e419d1dac7b5c /nixos/desktop | |
| parent | 677ffed81557fc8216c690c46287a78f5dd8f35e (diff) | |
fix plymouth
Diffstat (limited to '')
| -rw-r--r-- | nixos/desktop/default.nix | 3 | ||||
| -rw-r--r-- | nixos/desktop/hyprland.nix | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index 13d3598..eb7fa46 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -62,7 +62,6 @@ fonts.packages = with pkgs; [ noto-fonts font-awesome - (nerdfonts.override {fonts = [ "Hermit" ]; }) - + nerd-fonts.hurmit ]; } diff --git a/nixos/desktop/hyprland.nix b/nixos/desktop/hyprland.nix index a306d6b..84c05e7 100644 --- a/nixos/desktop/hyprland.nix +++ b/nixos/desktop/hyprland.nix @@ -1,7 +1,6 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ hyprland - hyprgui hyprshot hyprkeys hypridle |
