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
|
||||
grim
|
||||
mako
|
||||
polkit-kde-agent
|
||||
slurp
|
||||
swww
|
||||
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 ##
|
||||
##
|
||||
|
@ -304,9 +295,6 @@
|
|||
libsForQt5.qt5.qtgraphicaleffects
|
||||
libsForQt5.qt5.qtquickcontrols2
|
||||
|
||||
## Desktop environment
|
||||
polkit-kde-agent
|
||||
|
||||
## Hardware specific
|
||||
openrazer-daemon # Razor products back-end
|
||||
polychromatic # and it's Front-end
|
||||
|
|
Loading…
Reference in a new issue