Compare commits
3 Commits
dc955661af
...
e1f13ac6dd
Author | SHA1 | Date |
---|---|---|
coolneng | e1f13ac6dd | |
coolneng | 85cd41739c | |
coolneng | 3143c07a29 |
|
@ -38,11 +38,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1656461576,
|
||||
"narHash": "sha256-rlmmw6lIlkMQIiB+NsnO8wQYWTfle8TA41UREPLP5VY=",
|
||||
"lastModified": 1656753965,
|
||||
"narHash": "sha256-BCrB3l0qpJokOnIVc3g2lHiGhnjUi0MoXiw6t1o8H1E=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c",
|
||||
"rev": "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -93,7 +93,6 @@ with pkgs;
|
|||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
gtkUsePortal = true;
|
||||
extraPortals = [ xdg-desktop-portal-gtk ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -87,8 +87,6 @@ in {
|
|||
keyutils
|
||||
# Overlays
|
||||
cachix
|
||||
# Videoconference
|
||||
teams
|
||||
# Networking
|
||||
openvpn
|
||||
openconnect-sso
|
||||
|
|
Loading…
Reference in New Issue