added fastfetch
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
imports = [
|
||||
../packages/zsh/default.nix
|
||||
../packages/kitty/default.nix
|
||||
../packages/fastfetch/default.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{ ... }: {
|
||||
programs.fastfetch.enable = true;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user