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
|
||||
obs-studio
|
||||
signal-desktop
|
||||
steam
|
||||
# steam
|
||||
waybar
|
||||
wofi
|
||||
xfce.thunar
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user