diff --git a/flake.lock b/flake.lock index 92f6b72..3edcaab 100644 --- a/flake.lock +++ b/flake.lock @@ -310,11 +310,11 @@ ] }, "locked": { - "lastModified": 1736373539, - "narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=", + "lastModified": 1739757849, + "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", "owner": "nix-community", "repo": "home-manager", - "rev": "bd65bc3cde04c16755955630b344bc9e35272c56", + "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", "type": "github" }, "original": { @@ -506,11 +506,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1738843498, - "narHash": "sha256-7x+Q4xgFj9UxZZO9aUDCR8h4vyYut4zPUvfj3i+jBHE=", + "lastModified": 1739624908, + "narHash": "sha256-f84lBmLl4tkDp1ZU5LBTSFzlxXP4926DVW3KnXrke10=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f5a32fa27df91dfc4b762671a0e0a859a8a0058f", + "rev": "a60651b217d2e529729cbc7d989c19f3941b9250", "type": "github" }, "original": { @@ -887,11 +887,11 @@ }, "stable": { "locked": { - "lastModified": 1738843498, - "narHash": "sha256-7x+Q4xgFj9UxZZO9aUDCR8h4vyYut4zPUvfj3i+jBHE=", + "lastModified": 1739624908, + "narHash": "sha256-f84lBmLl4tkDp1ZU5LBTSFzlxXP4926DVW3KnXrke10=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f5a32fa27df91dfc4b762671a0e0a859a8a0058f", + "rev": "a60651b217d2e529729cbc7d989c19f3941b9250", "type": "github" }, "original": { @@ -1014,11 +1014,11 @@ ] }, "locked": { - "lastModified": 1739134922, - "narHash": "sha256-gHbSXLMlhT+OA71nWDCb2+C4vEHxnxQ5LpF+6EF4JnU=", + "lastModified": 1739801220, + "narHash": "sha256-cbzAxMYPqH8E0RSxUfjkLo4teKhYcr40gvXTJhAp8jA=", "ref": "refs/heads/main", - "rev": "df57ef8ca3dc336fbb68dac3a2f113fa28025861", - "revCount": 80, + "rev": "28ec7773e7a75f75d5309147b4afdc477abe26f9", + "revCount": 85, "type": "git", "url": "https://git.vulpecula.zone/tasiaiso/tasiaiso.vulpecula.zone" }, @@ -1042,11 +1042,11 @@ "raspberry-pi-nix": "raspberry-pi-nix" }, "locked": { - "lastModified": 1739121960, - "narHash": "sha256-ryXTsqPnCIK7zgWh8ylVbFshZT+HB7bJzsn8M8u4wfI=", + "lastModified": 1739687195, + "narHash": "sha256-VQ5xbtBYU6MwCzcaXHvout3vkge/NLHxFO1qSm9rQ4g=", "owner": "Thymis-io", "repo": "thymis", - "rev": "a7ba63b32979afecb4a1d83be700fdb6a6e4b8fd", + "rev": "94eccc78e88b6cec18b749b2729954e6b93bf99e", "type": "github" }, "original": { @@ -1061,11 +1061,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1739106793, - "narHash": "sha256-9ZYdmXQeXFWmcjVpe1L9211qbGny7d7qtMGr/0IBI2s=", + "lastModified": 1739739147, + "narHash": "sha256-UjD6Us28mSbdFVx5hFwj7kJRCMKcdw8PDwDIjjVAfwQ=", "ref": "main", - "rev": "8679d090407c57bc75ec3355251b3eea22796755", - "revCount": 2360, + "rev": "6928d6caba8c57c8c7ffd493b94798dac743e615", + "revCount": 2393, "type": "git", "url": "https://dev.tildefriends.net/cory/tildefriends" }, diff --git a/home/tasia-but-old-username.nix b/home/tasia-but-old-username.nix index dcdd5ce..e2c5209 100644 --- a/home/tasia-but-old-username.nix +++ b/home/tasia-but-old-username.nix @@ -21,13 +21,13 @@ home-manager.users.user = {pkgs, ...}: { home.file = { - ".zshrc".source = ../../dotfiles/.zshrc; - ".bashrc".source = ../../dotfiles/.bashrc; - ".shellrc".source = ../../dotfiles/.shellrc; + ".zshrc".source = ../dotfiles/.zshrc; + ".bashrc".source = ../dotfiles/.bashrc; + ".shellrc".source = ../dotfiles/.shellrc; - ".config/btop/btop.conf".source = ../../dotfiles/btop.conf; + ".config/btop/btop.conf".source = ../dotfiles/btop.conf; - ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg; + ".librewolf/librewolf.overrides.cfg".source = ../dotfiles/librewolf.overrides.cfg; }; home.packages = with pkgs; [ diff --git a/hosts/cave/configuration.nix b/hosts/cave/configuration.nix index 90289b6..1cba34e 100644 --- a/hosts/cave/configuration.nix +++ b/hosts/cave/configuration.nix @@ -42,7 +42,7 @@ in { ../../common/services/autoupgrade.nix # Home-manager - ../../home/tasia/home.nix + ../../home/tasia.nix inputs.agenix.nixosModules.default ../../common/components/wifi-secrets.nix diff --git a/hosts/theseus/configuration.nix b/hosts/theseus/configuration.nix index 4d3b727..41eea6d 100644 --- a/hosts/theseus/configuration.nix +++ b/hosts/theseus/configuration.nix @@ -27,7 +27,7 @@ in { ../../common/services/adguardhome.nix ../../common/programs/steam.nix - ../../home/tasia-but-old-username/home.nix + ../../home/tasia-but-old-username.nix ]; networking = {