chore: remove unnecessary portal and move polkit to home manager
This commit is contained in:
parent
6a036181b9
commit
304e4dffe7
|
@ -120,6 +120,7 @@
|
||||||
eww-wayland
|
eww-wayland
|
||||||
grim
|
grim
|
||||||
mako
|
mako
|
||||||
|
polkit-kde-agent
|
||||||
slurp
|
slurp
|
||||||
swww
|
swww
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
12
nixos.nix
12
nixos.nix
|
@ -190,15 +190,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable XDG Desktop Portals.
|
|
||||||
xdg.portal = {
|
|
||||||
enable = true;
|
|
||||||
extraPortals = with pkgs; [
|
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
#xdg-desktop-portal-hyprland
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## INPUT ##
|
## INPUT ##
|
||||||
##
|
##
|
||||||
|
@ -304,9 +295,6 @@
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
libsForQt5.qt5.qtquickcontrols2
|
libsForQt5.qt5.qtquickcontrols2
|
||||||
|
|
||||||
## Desktop environment
|
|
||||||
polkit-kde-agent
|
|
||||||
|
|
||||||
## Hardware specific
|
## Hardware specific
|
||||||
openrazer-daemon # Razor products back-end
|
openrazer-daemon # Razor products back-end
|
||||||
polychromatic # and it's Front-end
|
polychromatic # and it's Front-end
|
||||||
|
|
Loading…
Reference in a new issue