diff --git a/flake.lock b/flake.lock index f323cec..4d0bbc3 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1684157850, - "narHash": "sha256-xGHTCgvAxO5CgAL6IAgE/VGRX2wob2Y+DPyqpXJ32oQ=", + "lastModified": 1683989410, + "narHash": "sha256-puF/QsIkp4ch0sf6M5mNzbdZtYcq2MJHcKre9wJ3ZYo=", "owner": "nix-community", "repo": "home-manager", - "rev": "c0deab0effd576e70343cb5df0c64428e0e0d010", + "rev": "6702b22b9805bc1879715d4111e3764cd4237aed", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1684049129, - "narHash": "sha256-7WB9LpnPNAS8oI7hMoHeKLNhRX7k3CI9uWBRSfmOCCE=", + "lastModified": 1683408522, + "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0470f36b02ef01d4f43c641bbf07020bcab71bf1", + "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7", "type": "github" }, "original": { diff --git a/hosts/apps.nix b/hosts/apps.nix index 5bbff23..aaf1751 100644 --- a/hosts/apps.nix +++ b/hosts/apps.nix @@ -33,7 +33,6 @@ # Applications anki-bin discord - elementary-planner gimp krita inkscape diff --git a/hosts/desktop.nix b/hosts/desktop.nix index f37aeae..a60f013 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 diff --git a/modules/i3/default.nix b/modules/i3/default.nix index b5de058..f6d5550 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -118,10 +118,6 @@ in with theme.colors; { command = "floating enable"; criteria = { title = "Drawing Panel"; }; } - { - command = "floating enable"; - criteria = { title = "Task Planner - Quick Add"; }; - } ]; bars = []; };