From 1c9fee8aca221d235c7a54f8949e8464fc4d05fb Mon Sep 17 00:00:00 2001 From: biscuit Date: Wed, 14 May 2025 09:52:16 -0500 Subject: [PATCH] added fastfetch --- modules/terminal.nix | 1 + packages/fastfetch/default.nix | 3 +++ packages/hyprpanel/default.nix | 18 ++++++------------ 3 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 packages/fastfetch/default.nix diff --git a/modules/terminal.nix b/modules/terminal.nix index 48ffafb..c047611 100644 --- a/modules/terminal.nix +++ b/modules/terminal.nix @@ -2,5 +2,6 @@ imports = [ ../packages/zsh/default.nix ../packages/kitty/default.nix + ../packages/fastfetch/default.nix ]; } diff --git a/packages/fastfetch/default.nix b/packages/fastfetch/default.nix new file mode 100644 index 0000000..a7ab52a --- /dev/null +++ b/packages/fastfetch/default.nix @@ -0,0 +1,3 @@ +{ ... }: { + programs.fastfetch.enable = true; +} diff --git a/packages/hyprpanel/default.nix b/packages/hyprpanel/default.nix index 11a2dd7..157cf9a 100644 --- a/packages/hyprpanel/default.nix +++ b/packages/hyprpanel/default.nix @@ -7,12 +7,6 @@ # Default: false enable = true; - # Automatically restart HyprPanel with systemd. - # Useful when updating your config so that you - # don't need to manually restart it. - # Default: false - systemd.enable = true; - # Add '/nix/store/.../hyprpanel' to your # Hyprland config 'exec-once'. # Default: false @@ -46,12 +40,12 @@ # }; # }; # }; - # - # # Configure and theme almost all options from the GUI. - # # Options that require '{}' or '[]' are not yet implemented, - # # except for the layout above. - # # See 'https://hyprpanel.com/configuration/settings.html'. - # # Default: + + # Configure and theme almost all options from the GUI. + # Options that require '{}' or '[]' are not yet implemented, + # except for the layout above. + # See 'https://hyprpanel.com/configuration/settings.html'. + # Default: # settings = { # bar.launcher.autoDetectIcon = true; # bar.workspaces.show_icons = true;