Compare commits
No commits in common. "e1f13ac6dd876c86a5c886053676c84948c3eb56" and "dc955661afe2737eb6b23ecdcb6c7e59e72118ed" have entirely different histories.
e1f13ac6dd
...
dc955661af
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656753965,
|
"lastModified": 1656461576,
|
||||||
"narHash": "sha256-BCrB3l0qpJokOnIVc3g2lHiGhnjUi0MoXiw6t1o8H1E=",
|
"narHash": "sha256-rlmmw6lIlkMQIiB+NsnO8wQYWTfle8TA41UREPLP5VY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb",
|
"rev": "cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -93,6 +93,7 @@ with pkgs;
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
|
gtkUsePortal = true;
|
||||||
extraPortals = [ xdg-desktop-portal-gtk ];
|
extraPortals = [ xdg-desktop-portal-gtk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,6 +87,8 @@ in {
|
||||||
keyutils
|
keyutils
|
||||||
# Overlays
|
# Overlays
|
||||||
cachix
|
cachix
|
||||||
|
# Videoconference
|
||||||
|
teams
|
||||||
# Networking
|
# Networking
|
||||||
openvpn
|
openvpn
|
||||||
openconnect-sso
|
openconnect-sso
|
||||||
|
|
Loading…
Reference in New Issue