diff --git a/flake.lock b/flake.lock index b2cce1e..cc68960 100644 --- a/flake.lock +++ b/flake.lock @@ -84,11 +84,11 @@ ] }, "locked": { - "lastModified": 1758653055, - "narHash": "sha256-v2Pue/Xa9cDbKcrsOmhD8fiYR4No65z+ReAUBBvvE7g=", + "lastModified": 1763416652, + "narHash": "sha256-8EBEEvtzQ11LCxpQHMNEBQAGtQiCu/pqP9zSovDSbNM=", "owner": "nix-community", "repo": "home-manager", - "rev": "131f4e22c30c114378dcf6191cb75c97eba673d0", + "rev": "ea164b7c9ccdc2321379c2ff78fd4317b4c41312", "type": "github" }, "original": { @@ -99,11 +99,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1757943327, - "narHash": "sha256-w6cDExPBqbq7fTLo4dZ1ozDGeq3yV6dSN4n/sAaS6OM=", + "lastModified": 1762847253, + "narHash": "sha256-BWWnUUT01lPwCWUvS0p6Px5UOBFeXJ8jR+ZdLX8IbrU=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "67a709cfe5d0643dafd798b0b613ed579de8be05", + "rev": "899dc449bc6428b9ee6b3b8f771ca2b0ef945ab9", "type": "github" }, "original": { @@ -115,11 +115,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1758427187, - "narHash": "sha256-pHpxZ/IyCwoTQPtFIAG2QaxuSm8jWzrzBGjwQZIttJc=", + "lastModified": 1763421233, + "narHash": "sha256-Stk9ZYRkGrnnpyJ4eqt9eQtdFWRRIvMxpNRf4sIegnw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "554be6495561ff07b6c724047bdd7e0716aa7b46", + "rev": "89c2b2330e733d6cdb5eae7b899326930c2c0648", "type": "github" }, "original": { @@ -192,8 +192,8 @@ ] }, "locked": { - "lastModified": 1748621871, - "narHash": "sha256-mflM2kstVU2S/bil0IJQb+T6gqlB7Sm7BkRW7FZG7l0=", + "lastModified": 1759260889, + "narHash": "sha256-EpjnR/SW4qxgfNTQzRc+WHiLaM5/Afo4j35GmAr2uRc=", "path": "/home/alice/projects/tepid-client-services/", "type": "path" }, diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index 2e1f5b0..7a926ba 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -53,7 +53,7 @@ rec { keepassxc zulip filezilla - bitwarden + bitwarden-desktop activate-linux remmina pinta diff --git a/snippets/clifm.nix b/snippets/clifm.nix index ff029c7..d79e7b4 100644 --- a/snippets/clifm.nix +++ b/snippets/clifm.nix @@ -14,7 +14,7 @@ let file_picker = pkgs.writeScriptBin "file_picker" (builtins.readFile "${pkgs.clifm}/share/clifm/plugins/file_picker.sh"); in { - home.packages = with pkgs; [ atool fzf xdragon unzip zip sshfs clifm ] + home.packages = with pkgs; [ atool fzf dragon-drop unzip zip sshfs clifm ] ++ [ file_picker ]; xdg.configFile."clifm/profiles/default/clifmrc".source = ./clifm/clifmrc; xdg.configFile."clifm/profiles/default/mimelist.clifm".source = ./clifm/mimelist.clifm; diff --git a/snippets/kakoune.nix b/snippets/kakoune.nix index 9ee3b4a..b9295f0 100644 --- a/snippets/kakoune.nix +++ b/snippets/kakoune.nix @@ -102,7 +102,7 @@ ""; }; - home.packages = with pkgs; [ kak-lsp ]; + home.packages = with pkgs; [ kakoune-lsp ]; xdg.configFile."kak-lsp/kak-lsp.toml".source = ./kakoune/kak-lsp.toml;