Recreated nix files

This commit is contained in:
2026-03-03 17:19:27 +01:00
parent b7b65a6dbb
commit bf8fd0d4d8
4 changed files with 296 additions and 320 deletions
@@ -79,10 +79,6 @@ in
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
};
# Deploy the config file for runtime visibility/debugging
@@ -19,10 +19,6 @@
services.gvfs.enable = true;
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
config.common.default = [ "hyprland" "gtk" ];
};
environment.systemPackages = with pkgs; [