diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 7eea280..330a027 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -33,6 +33,11 @@ programs.noisetorch.enable = true; + xdg.portal = { + enable = true; + extraPortals = with pkgs; [xdg-desktop-portal-gtk]; + }; + # systemd.timers.duckdns = { # wantedBy = ["timers.target"]; # timerConfig = { @@ -351,6 +356,8 @@ ethtool grub2 + xdg-desktop-portal-gtk + wineWowPackages.waylandFull wineWowPackages.stable ]; diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index aeddc69..04e7cc2 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -29,12 +29,6 @@ fsType = "ext4"; }; - fileSystems."/home/nmarks/Games/steam" = - { device = "/home/nmarks/Games/steam"; - fsType = "none"; - options = [ "bind" ]; - }; - swapDevices = [ { device = "/dev/disk/by-uuid/a4128bb9-239c-4aa9-9777-5067feb77b28"; } ]; diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index c8fe8df..6db7320 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -46,6 +46,7 @@ home.packages = with pkgs; [ + armcord calibre pyright ruff