diff --git a/flake.lock b/flake.lock index bf93f46..ff00a09 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1773177250, - "narHash": "sha256-hHBO/sqmFtL5SU6oTEntnSIvBn/hqm6kawZLbvxaSf4=", + "lastModified": 1768707181, + "narHash": "sha256-GdwFfnwdUgABFpc4sAmX7GYx8eQs6cEjOPo6nBJ0YaI=", "owner": "nix-community", "repo": "home-manager", - "rev": "67cd089ee14d74e22d5e41566ba0adb6e5a61509", + "rev": "83bcb17377f0242376a327e742e9404e9a528647", "type": "github" }, "original": { @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1772330611, - "narHash": "sha256-UZjPc/d5XRxvjDbk4veAO4XFdvx6BUum2l40V688Xq8=", + "lastModified": 1768434960, + "narHash": "sha256-cJbFn17oyg6qAraLr+NVeNJrXsrzJdrudkzI4H2iTcg=", "owner": "nix-community", "repo": "home-manager", - "rev": "58fd7ff0eec2cda43e705c4c0585729ec471d400", + "rev": "b4d88c9ac42ae1a745283f6547701da43b6e9f9b", "type": "github" }, "original": { @@ -43,11 +43,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1772963539, - "narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=", + "lastModified": 1768564909, + "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9dcb002ca1690658be4a04645215baea8b95f31d", + "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f", "type": "github" }, "original": { @@ -72,11 +72,11 @@ ] }, "locked": { - "lastModified": 1773096132, - "narHash": "sha256-M3zEnq9OElB7zqc+mjgPlByPm1O5t2fbUrH3t/Hm5Ag=", + "lastModified": 1768709255, + "narHash": "sha256-aigyBfxI20FRtqajVMYXHtj5gHXENY2gLAXEhfJ8/WM=", "owner": "mic92", "repo": "sops-nix", - "rev": "d1ff3b1034d5bab5d7d8086a7803c5a5968cd784", + "rev": "5e8fae80726b66e9fec023d21cd3b3e638597aa9", "type": "github" }, "original": { @@ -93,11 +93,11 @@ ] }, "locked": { - "lastModified": 1773117756, - "narHash": "sha256-47P/mNwhBao57SDfEMQqWPrK8GEUCcVj/Bb24390BDk=", + "lastModified": 1768711359, + "narHash": "sha256-3n2ixvAMWij1ZOh/KMJJqizX+sRU083wFR8pa6+IkyU=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "bb5e69d7f82c0a58ad11b5ae46755c44772e335c", + "rev": "8c9e9425946f290fa60e0e6fd7b1464cbcdbc53e", "type": "github" }, "original": { diff --git a/hosts/water7/configuration.nix b/hosts/water7/configuration.nix index ccc059c..ed37d37 100644 --- a/hosts/water7/configuration.nix +++ b/hosts/water7/configuration.nix @@ -131,13 +131,10 @@ libreoffice-qt6-fresh komikku joplin + joplin-desktop obs-studio kdePackages.kdenlive - xclip - ani-cli - epy - pandoc - tmux + freetube # Only related to this laptop - above to be moved to a more common config when ive added more hosts kdePackages.dolphin prismlauncher @@ -153,6 +150,7 @@ pnpm rustc cargo + code-cursor ]; # Custom services diff --git a/hosts/water7/home.nix b/hosts/water7/home.nix index 41b07e3..311722e 100644 --- a/hosts/water7/home.nix +++ b/hosts/water7/home.nix @@ -72,7 +72,6 @@ # Vim config vim = { enable = true; - defaultEditor = true; settings = { expandtab = true; tabstop = 2; @@ -109,12 +108,7 @@ settings = { splash = true; preload = [ "~/nix-dots/.github/assets/evangelion_unit-01.png" ]; - wallpaper = [ - { - monitor = "eDP-1"; - path = "~/nix-dots/.github/assets/evangelion_unit-01.png"; - } - ]; + wallpaper = [ ",~/nix-dots/.github/assets/evangelion_unit-01.png" ]; }; }; };