playing with filchooser again
This commit is contained in:
parent
18859d787a
commit
3688d45643
3 changed files with 15 additions and 10 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -448,11 +448,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1749999552,
|
||||
"narHash": "sha256-iCUuEq9qXUh8L1c2bRyCayAqfuUEs9nGAUlXv2RcoF8=",
|
||||
"lastModified": 1750033262,
|
||||
"narHash": "sha256-TcFN78w6kPspxpbPsxW/8vQ1GAtY8Y3mjBaC+oB8jo4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "04672588c61aebd18c0d0ada66dd7bb4d8edab0d",
|
||||
"rev": "66523b0efe93ce5b0ba96dcddcda15d36673c1f0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1021,11 +1021,11 @@
|
|||
"website-builder": "website-builder"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1750021363,
|
||||
"narHash": "sha256-sCoMRnUAJelV9txobhUJKd1rVAOHWyQrBGaCfBeufbE=",
|
||||
"lastModified": 1750027183,
|
||||
"narHash": "sha256-a7g4Ord2Clf3bhli1S77zoV9/2dWkLc5JRpxKXXiz3c=",
|
||||
"owner": "rasmus-kirk",
|
||||
"repo": "nixarr",
|
||||
"rev": "376ddc2ba61f537da8bc6576a32048d0160d751d",
|
||||
"rev": "4a4f2f761d2d7b7864d54577ac93df34ff0d209d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1673,11 +1673,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1750021055,
|
||||
"narHash": "sha256-8KlyLTejwPmqDSisuGD3RXyUjL8yPqotws2pcI9If80=",
|
||||
"lastModified": 1750027175,
|
||||
"narHash": "sha256-6XM+hg3Zal2EqeDmTSpFyrvYLgM81BhFtLjA93nYA6Q=",
|
||||
"owner": "rasmus-kirk",
|
||||
"repo": "website-builder",
|
||||
"rev": "ed90c0a89b083397385333ec7e2f83a72ae53cff",
|
||||
"rev": "3825733413b78fe6cd4498cef8b339ae1e0a6a0e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -164,6 +164,11 @@ in
|
|||
"L /home/emenel/Mounts - - - - /mnt"
|
||||
];
|
||||
|
||||
xdg.configFile."xdg-desktop-portal-termfilechooser" = {
|
||||
source = ../../modules/home/file-chooser;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
file = {
|
||||
".signature".source = ./dotfiles/dot_signature;
|
||||
|
|
|
@ -289,7 +289,7 @@
|
|||
xdgOpenUsePortal = false; #true;
|
||||
config = {
|
||||
common.default = [ "niri" ];
|
||||
# common."org.freedesktop.impl.portal.FileChooser" = [ "termfilechooser" ]; # xdg-?
|
||||
common."org.freedesktop.impl.portal.FileChooser" = [ "xdg-desktop-portal-termfilechooser" ]; # xdg-?
|
||||
};
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gnome
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue