diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index e984d96..a3d21ac 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -2,7 +2,7 @@ imports = [ ./fish.nix ./fzf.nix - ./fastfetch.nix + ./nitch.nix ./secrets.nix ./starship.nix ./zellij.nix diff --git a/home/features/cli/fastfetch.nix b/home/features/cli/fastfetch.nix deleted file mode 100644 index 9ab3a2d..0000000 --- a/home/features/cli/fastfetch.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: -with lib; let - cfg = config.features.cli.fastfetch; -in { - options.features.cli.fastfetch.enable = mkEnableOption "enable fastfetch"; - - config = mkIf cfg.enable { - home.packages = with pkgs; [fastfetch]; - }; -} diff --git a/home/features/cli/nitch.nix b/home/features/cli/nitch.nix new file mode 100644 index 0000000..1177299 --- /dev/null +++ b/home/features/cli/nitch.nix @@ -0,0 +1,15 @@ +{ + config, + lib, + pkgs, + ... +}: +with lib; let + cfg = config.features.cli.nitch; +in { + options.features.cli.nitch.enable = mkEnableOption "enable nitch"; + + config = mkIf cfg.enable { + home.packages = with pkgs; [nitch]; + }; +} diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index 1e94a60..e306c51 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -130,7 +130,7 @@ bind = [ "$mainMod, return, exec, kitty -e zellij-ps" # "$mainMod, t, exec, warp-terminal" - "$mainMod, t, exec, kitty -e fish -c 'fastfetch; exec fish'" + "$mainMod, t, exec, kitty -e fish -c 'nitch; exec fish'" "$mainMod SHIFT, t, exec, launch-timer" "$mainMod SHIFT, e, exec, kitty -e zellij_nvim" "$mainMod, o, exec, hyprctl setprop activewindow opaque toggle" diff --git a/home/m3tam3re/m3-ares.nix b/home/m3tam3re/m3-ares.nix index 87f5124..f99adc6 100644 --- a/home/m3tam3re/m3-ares.nix +++ b/home/m3tam3re/m3-ares.nix @@ -50,7 +50,7 @@ in { cli = { fish.enable = true; fzf.enable = true; - fastfetch.enable = true; + nitch.enable = true; secrets.enable = true; starship.enable = true; }; diff --git a/home/m3tam3re/m3-atlas.nix b/home/m3tam3re/m3-atlas.nix index 74858b2..0f6c41d 100644 --- a/home/m3tam3re/m3-atlas.nix +++ b/home/m3tam3re/m3-atlas.nix @@ -9,7 +9,7 @@ cli = { fish.enable = true; fzf.enable = true; - fastfetch.enable = true; + nitch.enable = true; secrets.enable = false; starship.enable = true; }; diff --git a/home/m3tam3re/m3-helios.nix b/home/m3tam3re/m3-helios.nix index 74858b2..0f6c41d 100644 --- a/home/m3tam3re/m3-helios.nix +++ b/home/m3tam3re/m3-helios.nix @@ -9,7 +9,7 @@ cli = { fish.enable = true; fzf.enable = true; - fastfetch.enable = true; + nitch.enable = true; secrets.enable = false; starship.enable = true; }; diff --git a/home/m3tam3re/m3-kratos.nix b/home/m3tam3re/m3-kratos.nix index 6d0218b..008bca2 100644 --- a/home/m3tam3re/m3-kratos.nix +++ b/home/m3tam3re/m3-kratos.nix @@ -50,7 +50,7 @@ in { cli = { fish.enable = true; fzf.enable = true; - fastfetch.enable = true; + nitch.enable = true; secrets.enable = true; starship.enable = true; }; diff --git a/hosts/m3-kratos/services/default.nix b/hosts/m3-kratos/services/default.nix index ae95963..ab0f795 100644 --- a/hosts/m3-kratos/services/default.nix +++ b/hosts/m3-kratos/services/default.nix @@ -15,6 +15,7 @@ trezord.enable = true; gnome.gnome-keyring.enable = true; qdrant.enable = true; + stirling-pdf.enable = true; avahi = { enable = true; nssmdns4 = true;