Clean up configuration with 21.11 upgrade
This commit is contained in:
parent
25563873ad
commit
def0a63895
3 changed files with 4 additions and 7 deletions
|
@ -5,7 +5,6 @@
|
|||
freetype
|
||||
feh
|
||||
redshift
|
||||
numlockx # TODO: Does this work?
|
||||
lxappearance
|
||||
] ++ [ # Networking
|
||||
gnome.networkmanager-openconnect
|
||||
|
@ -14,7 +13,6 @@
|
|||
xfce.thunar-archive-plugin
|
||||
xfce.xfce4-appfinder # xfce.thunar-volman # needed?
|
||||
xfce.terminal
|
||||
gnome.gnome-screenshot
|
||||
pinentry-gtk2 # Required by gnupg
|
||||
];
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
bluetooth = {
|
||||
enable = true;
|
||||
package = pkgs.bluezFull;
|
||||
settings.General.Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# environment.systemPackages = with pkgs; [ polkit_gnome ]; #TODO: Needed?
|
||||
programs.sway.enable = true;
|
||||
services.gnome.gnome-remote-desktop.enable = true;
|
||||
environment.systemPackages = with pkgs; [ pipewire_0_2 ];
|
||||
systemd.user.services.pipewire.environment.XDG_CURRENT_DESKTOP = "sway";
|
||||
systemd.user.services.xdg-desktop-portal-wlr.environment.XDG_CURRENT_DESKTOP =
|
||||
"sway";
|
||||
#environment.systemPackages = with pkgs; [ pipewire ];
|
||||
#systemd.user.services.pipewire.environment.XDG_CURRENT_DESKTOP = "sway";
|
||||
#systemd.user.services.xdg-desktop-portal-wlr.environment.XDG_CURRENT_DESKTOP =
|
||||
# "sway";
|
||||
# systemd.user.services.xdg-desktop-portal-wlr.script = "${pkgs.xdg-desktop-portal-wlr}/libexec/xdg-desktop-portal-wlr";
|
||||
# systemd.user.services.xdg-desktop-portal-wlr.scriptArgs = "--output=DP-1"; # TODO: Extract this *****
|
||||
home-manager.users.fhauser = let
|
||||
|
|
Loading…
Add table
Reference in a new issue