configuration.nix hinzugefügt
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user