From 73e4b2e7fb2d1568158d25f3a3282ef9a7d9ce89 Mon Sep 17 00:00:00 2001 From: finn Date: Sat, 16 Sep 2023 11:02:33 +0200 Subject: [PATCH] added Dolphin and kitty to hyprland config --- modules/environments/hyprland/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/environments/hyprland/default.nix b/modules/environments/hyprland/default.nix index 15b5f1c..629e66f 100644 --- a/modules/environments/hyprland/default.nix +++ b/modules/environments/hyprland/default.nix @@ -18,7 +18,9 @@ let users.users.finn.packages = with pkgs; [ wofi mako + kitty waybar + libsForQt5.dolphin ]; hardware = { # Opengl @@ -29,4 +31,4 @@ let }; }; -} \ No newline at end of file +}