From f9ab7e2a5a39bb925e79e14a0663c5568c1bb105 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Fri, 11 Oct 2024 09:23:38 -0700 Subject: [PATCH] update hardware conf --- hosts/desktop/configuration.nix | 7 +++++++ hosts/desktop/hardware-configuration.nix | 6 ------ hosts/desktop/home.nix | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) 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