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