update lockfile, fix paths

This commit is contained in:
Tasia Iso 2025-02-17 15:07:59 +01:00
parent 48fcaa6ef7
commit fb8c4fea73
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
4 changed files with 27 additions and 27 deletions

View file

@ -310,11 +310,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736373539, "lastModified": 1739757849,
"narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=", "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "bd65bc3cde04c16755955630b344bc9e35272c56", "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -506,11 +506,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1738843498, "lastModified": 1739624908,
"narHash": "sha256-7x+Q4xgFj9UxZZO9aUDCR8h4vyYut4zPUvfj3i+jBHE=", "narHash": "sha256-f84lBmLl4tkDp1ZU5LBTSFzlxXP4926DVW3KnXrke10=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f5a32fa27df91dfc4b762671a0e0a859a8a0058f", "rev": "a60651b217d2e529729cbc7d989c19f3941b9250",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -887,11 +887,11 @@
}, },
"stable": { "stable": {
"locked": { "locked": {
"lastModified": 1738843498, "lastModified": 1739624908,
"narHash": "sha256-7x+Q4xgFj9UxZZO9aUDCR8h4vyYut4zPUvfj3i+jBHE=", "narHash": "sha256-f84lBmLl4tkDp1ZU5LBTSFzlxXP4926DVW3KnXrke10=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f5a32fa27df91dfc4b762671a0e0a859a8a0058f", "rev": "a60651b217d2e529729cbc7d989c19f3941b9250",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1014,11 +1014,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739134922, "lastModified": 1739801220,
"narHash": "sha256-gHbSXLMlhT+OA71nWDCb2+C4vEHxnxQ5LpF+6EF4JnU=", "narHash": "sha256-cbzAxMYPqH8E0RSxUfjkLo4teKhYcr40gvXTJhAp8jA=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "df57ef8ca3dc336fbb68dac3a2f113fa28025861", "rev": "28ec7773e7a75f75d5309147b4afdc477abe26f9",
"revCount": 80, "revCount": 85,
"type": "git", "type": "git",
"url": "https://git.vulpecula.zone/tasiaiso/tasiaiso.vulpecula.zone" "url": "https://git.vulpecula.zone/tasiaiso/tasiaiso.vulpecula.zone"
}, },
@ -1042,11 +1042,11 @@
"raspberry-pi-nix": "raspberry-pi-nix" "raspberry-pi-nix": "raspberry-pi-nix"
}, },
"locked": { "locked": {
"lastModified": 1739121960, "lastModified": 1739687195,
"narHash": "sha256-ryXTsqPnCIK7zgWh8ylVbFshZT+HB7bJzsn8M8u4wfI=", "narHash": "sha256-VQ5xbtBYU6MwCzcaXHvout3vkge/NLHxFO1qSm9rQ4g=",
"owner": "Thymis-io", "owner": "Thymis-io",
"repo": "thymis", "repo": "thymis",
"rev": "a7ba63b32979afecb4a1d83be700fdb6a6e4b8fd", "rev": "94eccc78e88b6cec18b749b2729954e6b93bf99e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1061,11 +1061,11 @@
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1739106793, "lastModified": 1739739147,
"narHash": "sha256-9ZYdmXQeXFWmcjVpe1L9211qbGny7d7qtMGr/0IBI2s=", "narHash": "sha256-UjD6Us28mSbdFVx5hFwj7kJRCMKcdw8PDwDIjjVAfwQ=",
"ref": "main", "ref": "main",
"rev": "8679d090407c57bc75ec3355251b3eea22796755", "rev": "6928d6caba8c57c8c7ffd493b94798dac743e615",
"revCount": 2360, "revCount": 2393,
"type": "git", "type": "git",
"url": "https://dev.tildefriends.net/cory/tildefriends" "url": "https://dev.tildefriends.net/cory/tildefriends"
}, },

View file

@ -21,13 +21,13 @@
home-manager.users.user = {pkgs, ...}: { home-manager.users.user = {pkgs, ...}: {
home.file = { home.file = {
".zshrc".source = ../../dotfiles/.zshrc; ".zshrc".source = ../dotfiles/.zshrc;
".bashrc".source = ../../dotfiles/.bashrc; ".bashrc".source = ../dotfiles/.bashrc;
".shellrc".source = ../../dotfiles/.shellrc; ".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; [ home.packages = with pkgs; [

View file

@ -42,7 +42,7 @@ in {
../../common/services/autoupgrade.nix ../../common/services/autoupgrade.nix
# Home-manager # Home-manager
../../home/tasia/home.nix ../../home/tasia.nix
inputs.agenix.nixosModules.default inputs.agenix.nixosModules.default
../../common/components/wifi-secrets.nix ../../common/components/wifi-secrets.nix

View file

@ -27,7 +27,7 @@ in {
../../common/services/adguardhome.nix ../../common/services/adguardhome.nix
../../common/programs/steam.nix ../../common/programs/steam.nix
../../home/tasia-but-old-username/home.nix ../../home/tasia-but-old-username.nix
]; ];
networking = { networking = {