Compare commits

...

3 Commits

Author SHA1 Message Date
coolneng e1f13ac6dd
Remove deprecated gtkUsePortal option 2022-07-04 15:22:44 +02:00
coolneng 85cd41739c
Remove MS Teams 2022-07-04 15:22:36 +02:00
coolneng 3143c07a29 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29)
  → 'github:NixOS/nixpkgs/0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb' (2022-07-02)
2022-07-03 22:33:14 +02:00
3 changed files with 3 additions and 6 deletions

View File

@ -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": {

View File

@ -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 ];
}; };
} }

View File

@ -87,8 +87,6 @@ in {
keyutils keyutils
# Overlays # Overlays
cachix cachix
# Videoconference
teams
# Networking # Networking
openvpn openvpn
openconnect-sso openconnect-sso