diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 3d6a27e..e136c03 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -23,8 +23,6 @@ nixpkgs-bitwarden.url = "github:nixos/nixpkgs/6fd0382c80e18f0883709fb5a6bf9f40bc671a62"; - hyprland.url = "github:hyprwm/Hyprland"; - cosmic = { url = "github:lilyinstarlight/nixos-cosmic"; }; @@ -41,7 +39,6 @@ helix, stylix, cosmic, - hyprland, ... } @ inputs: let inherit (self) outputs; diff --git a/dot_config/flake/machines/wash/home.nix b/dot_config/flake/machines/wash/home.nix index 5365094..824b148 100644 --- a/dot_config/flake/machines/wash/home.nix +++ b/dot_config/flake/machines/wash/home.nix @@ -28,9 +28,4 @@ stateVersion = "23.11"; }; - - xdg.portal = { - enable = true; - extraPortals = [pkgs.xdg-desktop-portal-gtk]; - }; }