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