Compare commits
3 Commits
dc955661af
...
e1f13ac6dd
Author | SHA1 | Date |
---|---|---|
coolneng | e1f13ac6dd | |
coolneng | 85cd41739c | |
coolneng | 3143c07a29 |
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656461576,
|
"lastModified": 1656753965,
|
||||||
"narHash": "sha256-rlmmw6lIlkMQIiB+NsnO8wQYWTfle8TA41UREPLP5VY=",
|
"narHash": "sha256-BCrB3l0qpJokOnIVc3g2lHiGhnjUi0MoXiw6t1o8H1E=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c",
|
"rev": "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -93,7 +93,6 @@ 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,8 +87,6 @@ in {
|
||||||
keyutils
|
keyutils
|
||||||
# Overlays
|
# Overlays
|
||||||
cachix
|
cachix
|
||||||
# Videoconference
|
|
||||||
teams
|
|
||||||
# Networking
|
# Networking
|
||||||
openvpn
|
openvpn
|
||||||
openconnect-sso
|
openconnect-sso
|
||||||
|
|
Loading…
Reference in New Issue