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
|
freetype
|
||||||
feh
|
feh
|
||||||
redshift
|
redshift
|
||||||
numlockx # TODO: Does this work?
|
|
||||||
lxappearance
|
lxappearance
|
||||||
] ++ [ # Networking
|
] ++ [ # Networking
|
||||||
gnome.networkmanager-openconnect
|
gnome.networkmanager-openconnect
|
||||||
|
@ -14,7 +13,6 @@
|
||||||
xfce.thunar-archive-plugin
|
xfce.thunar-archive-plugin
|
||||||
xfce.xfce4-appfinder # xfce.thunar-volman # needed?
|
xfce.xfce4-appfinder # xfce.thunar-volman # needed?
|
||||||
xfce.terminal
|
xfce.terminal
|
||||||
gnome.gnome-screenshot
|
|
||||||
pinentry-gtk2 # Required by gnupg
|
pinentry-gtk2 # Required by gnupg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.bluezFull;
|
package = pkgs.bluezFull;
|
||||||
settings.General.Enable = "Source,Sink,Media,Socket";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
# environment.systemPackages = with pkgs; [ polkit_gnome ]; #TODO: Needed?
|
# environment.systemPackages = with pkgs; [ polkit_gnome ]; #TODO: Needed?
|
||||||
programs.sway.enable = true;
|
programs.sway.enable = true;
|
||||||
services.gnome.gnome-remote-desktop.enable = true;
|
services.gnome.gnome-remote-desktop.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ pipewire_0_2 ];
|
#environment.systemPackages = with pkgs; [ pipewire ];
|
||||||
systemd.user.services.pipewire.environment.XDG_CURRENT_DESKTOP = "sway";
|
#systemd.user.services.pipewire.environment.XDG_CURRENT_DESKTOP = "sway";
|
||||||
systemd.user.services.xdg-desktop-portal-wlr.environment.XDG_CURRENT_DESKTOP =
|
#systemd.user.services.xdg-desktop-portal-wlr.environment.XDG_CURRENT_DESKTOP =
|
||||||
"sway";
|
# "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.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 *****
|
# systemd.user.services.xdg-desktop-portal-wlr.scriptArgs = "--output=DP-1"; # TODO: Extract this *****
|
||||||
home-manager.users.fhauser = let
|
home-manager.users.fhauser = let
|
||||||
|
|
Loading…
Add table
Reference in a new issue