diff --git a/flake.lock b/flake.lock index f2cfffb..d20a356 100644 --- a/flake.lock +++ b/flake.lock @@ -1030,11 +1030,11 @@ }, "nixpkgs_7": { "locked": { - "lastModified": 1735922141, - "narHash": "sha256-vk0xwGZSlvZ/596yxOtsk4gxsIx2VemzdjiU8zhjgWw=", + "lastModified": 1736061677, + "narHash": "sha256-DjkQPnkAfd7eB522PwnkGhOMuT9QVCZspDpJJYyOj60=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d29ab98cd4a70a387b8ceea3e930b3340d41ac5a", + "rev": "cbd8ec4de4469333c82ff40d057350c30e9f7d36", "type": "github" }, "original": { @@ -1067,11 +1067,11 @@ "treefmt-nix": "treefmt-nix_2" }, "locked": { - "lastModified": 1736062223, - "narHash": "sha256-E2pP/HI/adDIzDhYR25xlTQpvMnssZPhozHbTg66H/E=", + "lastModified": 1736136610, + "narHash": "sha256-pVNRdhEA32ZyiernLrsvpzxxCw2zV7lbw5lzYhHcPU8=", "owner": "nix-community", "repo": "NUR", - "rev": "c069281f9ef15582d5c1c59995e9d6cf2c0ed1b6", + "rev": "c03408924cf08dea2eb171942d6b3e463b2741dc", "type": "github" }, "original": { diff --git a/home/modules/baseline.nix b/home/modules/baseline.nix index 0b313f0..46f7432 100644 --- a/home/modules/baseline.nix +++ b/home/modules/baseline.nix @@ -18,8 +18,10 @@ in { defaultApplications = {}; }; portal = { + # this shouldnt be on baseline, as servers have no GUI enable = true; xdgOpenUsePortal = true; + configPackages = with pkgs; [xdg-desktop-portal-gtk]; }; };