Cleaned up portal warning, changed steam to system install instead of in home manager

"
This commit is contained in:
Nathan Anderson 2023-12-15 12:06:59 -07:00
parent 2e45d2d61f
commit ed505c448e
2 changed files with 9 additions and 2 deletions

View File

@ -32,7 +32,7 @@
networkmanagerapplet
obs-studio
signal-desktop
steam
# steam
waybar
wofi
xfce.thunar

View File

@ -70,8 +70,14 @@
# Setup xdg portal for screen share
xdg.portal = {
config = {
common = {
default = [
"wlr"
];
};
};
extraPortals = with pkgs; [
# xdg-desktop-portal-wlr
# xdg-desktop-portal-kde
xdg-desktop-portal-gtk
];
@ -87,6 +93,7 @@
};
programs.zsh.enable = true;
programs.steam.enable = true;
# Corectrl from stable branch
# inputs.nixpkgs-stable.lib.nixosSystem.programs.corectrl.enable = true;