Fixed minor things

This commit is contained in:
Tyler Mayoff 2025-04-08 18:40:00 -04:00
parent e5f1f9beaf
commit bb5c8355b6
2 changed files with 0 additions and 8 deletions

View file

@ -23,8 +23,6 @@
nixpkgs-bitwarden.url = "github:nixos/nixpkgs/6fd0382c80e18f0883709fb5a6bf9f40bc671a62"; nixpkgs-bitwarden.url = "github:nixos/nixpkgs/6fd0382c80e18f0883709fb5a6bf9f40bc671a62";
hyprland.url = "github:hyprwm/Hyprland";
cosmic = { cosmic = {
url = "github:lilyinstarlight/nixos-cosmic"; url = "github:lilyinstarlight/nixos-cosmic";
}; };
@ -41,7 +39,6 @@
helix, helix,
stylix, stylix,
cosmic, cosmic,
hyprland,
... ...
} @ inputs: let } @ inputs: let
inherit (self) outputs; inherit (self) outputs;

View file

@ -28,9 +28,4 @@
stateVersion = "23.11"; stateVersion = "23.11";
}; };
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
};
} }