Cleaned up portal warning, changed steam to system install instead of in home manager
"
This commit is contained in:
parent
2e45d2d61f
commit
ed505c448e
|
@ -32,7 +32,7 @@
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
obs-studio
|
obs-studio
|
||||||
signal-desktop
|
signal-desktop
|
||||||
steam
|
# steam
|
||||||
waybar
|
waybar
|
||||||
wofi
|
wofi
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user