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 networkmanagerapplet
obs-studio obs-studio
signal-desktop signal-desktop
steam # steam
waybar waybar
wofi wofi
xfce.thunar xfce.thunar

View File

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