From 6b1cc565dd156ecf0338bb1333195b39f34fdb79 Mon Sep 17 00:00:00 2001 From: ingressy Date: Mon, 4 May 2026 16:59:14 +0000 Subject: [PATCH] =?UTF-8?q?configuration.nix=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configuration.nix diff --git a/configuration.nix b/configuration.nix new file mode 100644 index 0000000..3794877 --- /dev/null +++ b/configuration.nix @@ -0,0 +1,18 @@ +{ + programs.hyprland = { + enable = true; + withUWSM = true; + xwayland.enable = true; + }; + + environment.systemPackages = with pkgs; [ + firefox + + # dolphin + kdePackages.qtsvg + kdePackages.kio + kdePackages.kio-fuse + kdePackages.kio-extras + kdePackages.dolphin + ]; +} \ No newline at end of file