added fastfetch

This commit is contained in:
biscuit
2025-05-14 09:52:16 -05:00
parent 79963a171b
commit 1c9fee8aca
3 changed files with 10 additions and 12 deletions
+1
View File
@@ -2,5 +2,6 @@
imports = [
../packages/zsh/default.nix
../packages/kitty/default.nix
../packages/fastfetch/default.nix
];
}
+3
View File
@@ -0,0 +1,3 @@
{ ... }: {
programs.fastfetch.enable = true;
}
+6 -12
View File
@@ -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: <same as gui>
# 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: <same as gui>
# settings = {
# bar.launcher.autoDetectIcon = true;
# bar.workspaces.show_icons = true;