added fastfetch
This commit is contained in:
@@ -2,5 +2,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../packages/zsh/default.nix
|
../packages/zsh/default.nix
|
||||||
../packages/kitty/default.nix
|
../packages/kitty/default.nix
|
||||||
|
../packages/fastfetch/default.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{ ... }: {
|
||||||
|
programs.fastfetch.enable = true;
|
||||||
|
}
|
||||||
@@ -7,12 +7,6 @@
|
|||||||
# Default: false
|
# Default: false
|
||||||
enable = true;
|
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
|
# Add '/nix/store/.../hyprpanel' to your
|
||||||
# Hyprland config 'exec-once'.
|
# Hyprland config 'exec-once'.
|
||||||
# Default: false
|
# Default: false
|
||||||
@@ -46,12 +40,12 @@
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
#
|
|
||||||
# # Configure and theme almost all options from the GUI.
|
# Configure and theme almost all options from the GUI.
|
||||||
# # Options that require '{}' or '[]' are not yet implemented,
|
# Options that require '{}' or '[]' are not yet implemented,
|
||||||
# # except for the layout above.
|
# except for the layout above.
|
||||||
# # See 'https://hyprpanel.com/configuration/settings.html'.
|
# See 'https://hyprpanel.com/configuration/settings.html'.
|
||||||
# # Default: <same as gui>
|
# Default: <same as gui>
|
||||||
# settings = {
|
# settings = {
|
||||||
# bar.launcher.autoDetectIcon = true;
|
# bar.launcher.autoDetectIcon = true;
|
||||||
# bar.workspaces.show_icons = true;
|
# bar.workspaces.show_icons = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user