1
0
Fork 0

Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Aires 2024-12-12 12:52:31 -05:00
commit 679796ffb3
2 changed files with 6 additions and 4 deletions

View file

@ -207,11 +207,11 @@
]
},
"locked": {
"lastModified": 1733572789,
"narHash": "sha256-zjO6m5BqxXIyjrnUziAzk4+T4VleqjstNudSqWcpsHI=",
"lastModified": 1733951536,
"narHash": "sha256-Zb5ZCa7Xj+0gy5XVXINTSr71fCfAv+IKtmIXNrykT54=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c7ffc9727d115e433fd884a62dc164b587ff651d",
"rev": "1318c3f3b068cdcea922fa7c1a0a1f0c96c22f5f",
"type": "github"
},
"original": {

View file

@ -1,7 +1,8 @@
{
config,
pkgs,
options,
namespace,
pkgs,
...
}:
let
@ -96,6 +97,7 @@ in
flatpak = {
enable = true;
useBindFS = true;
packages = options.${namespace}.ui.flatpak.packages.default;
};
desktops.gnome.enable = true;
};