configuration.nix hinzugefügt

This commit is contained in:
2026-05-04 16:59:14 +00:00
parent ee4c1672fb
commit 6b1cc565dd
+18
View File
@@ -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
];
}