diff --git a/flake.lock b/flake.lock index c586088..f323cec 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1684824189, - "narHash": "sha256-k3nCkn5Qy67rCguuw6YkGuL6hOUNRKxQoKOjnapk5sU=", + "lastModified": 1684157850, + "narHash": "sha256-xGHTCgvAxO5CgAL6IAgE/VGRX2wob2Y+DPyqpXJ32oQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "58eb968c21d309a6c2b020ea8d64e25c38ceebba", + "rev": "c0deab0effd576e70343cb5df0c64428e0e0d010", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1684844536, - "narHash": "sha256-M7HhXYVqAuNb25r/d3FOO0z4GxPqDIZp5UjHFbBgw0Q=", + "lastModified": 1684049129, + "narHash": "sha256-7WB9LpnPNAS8oI7hMoHeKLNhRX7k3CI9uWBRSfmOCCE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d30264c2691128adc261d7c9388033645f0e742b", + "rev": "0470f36b02ef01d4f43c641bbf07020bcab71bf1", "type": "github" }, "original": { diff --git a/hosts/desktop.nix b/hosts/desktop.nix index a60f013..f37aeae 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -25,7 +25,7 @@ in extraPackages = lib.mkOverride 0 []; }; }; - udev.packages = [ pkgs.yubikey-personalization ]; + #udev.packages = [ pkgs.yubikey-personalization ]; pcscd.enable = true; gnome.gnome-keyring.enable = true; # For remembering nextcloud login, among other things gvfs.enable = true; # For Trash @@ -33,7 +33,7 @@ in xdg.portal.enable = true; - environment.systemPackages = with pkgs; [ yubioath-flutter ]; + #environment.systemPackages = with pkgs; [ yubioath-flutter ]; environment.sessionVariables = { # GTK Theme won't display with GTK4 (e.g. nautilus) otherwise