From ba79dc29075142a12a512edcab2f3579d30473b0 Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Thu, 9 Jan 2025 10:53:15 -0800 Subject: [PATCH] no --- flake.lock | 44 +++++++++++---------------------- flake.nix | 5 +++- hosts/shiroko/configuration.nix | 6 ++--- 3 files changed, 22 insertions(+), 33 deletions(-) diff --git a/flake.lock b/flake.lock index 4569d12..480f931 100644 --- a/flake.lock +++ b/flake.lock @@ -228,11 +228,11 @@ ] }, "locked": { - "lastModified": 1736277415, - "narHash": "sha256-kPDXF6cIPsVqSK08XF5EC6KM7BdMnM9vtJDzsnf+lLU=", + "lastModified": 1736421950, + "narHash": "sha256-RyrX0WFXxFrYvzHNLTIyuk3NcNl3UBykuYru/P0zW5E=", "owner": "nix-community", "repo": "home-manager", - "rev": "5c4302313d9207f7ec0886d68f8ff4a3c71209a1", + "rev": "d4aebb947a301b8da8654a804979a738c5c5da50", "type": "github" }, "original": { @@ -279,11 +279,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1736012469, - "narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=", + "lastModified": 1736344531, + "narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8f3e1f807051e32d8c95cd12b9b421623850a34d", + "rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912", "type": "github" }, "original": { @@ -293,35 +293,21 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1735268880, - "narHash": "sha256-7QEFnKkzD13SPxs+UFR5bUFN2fRw+GlL0am72ZjNre4=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "7cc0bff31a3a705d3ac4fdceb030a17239412210", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixvim": { "inputs": { "nixCats": "nixCats", - "nixpkgs": "nixpkgs_2", + "nixpkgs": [ + "nixpkgs" + ], "plugins-blink-ripgrep": "plugins-blink-ripgrep", "plugins-pomo-nvim": "plugins-pomo-nvim" }, "locked": { - "lastModified": 1735598635, - "narHash": "sha256-GRv8HHtzo3z9HiAxTVGJO6hoz6J7QvzuNamDLCanml0=", + "lastModified": 1736435931, + "narHash": "sha256-yznuMqXFsa9jQJ+wNNwPuzE2kLaS8RprZQmSZq2kMd8=", "owner": "kaitotlex", "repo": "vix1", - "rev": "03981ad2cbc54351a8d9645101bb83be4231bc2d", + "rev": "7639c83d4f30ae80cf60c6553ca37f58588d22a5", "type": "github" }, "original": { @@ -380,11 +366,11 @@ ] }, "locked": { - "lastModified": 1736309767, - "narHash": "sha256-2bKhhFDPSaWyyL19epC1PpfbkQuYtW/2G9HMbjBifws=", + "lastModified": 1736396171, + "narHash": "sha256-1Pr1csD6wVTI2M+Dld77cc+PY83eKoO7ItIrvySWcmU=", "owner": "Gerg-L", "repo": "spicetify-nix", - "rev": "c5239abf647fa48ff25b54552a58fb969f0c11cb", + "rev": "511074b9bed99e5cd4ef84999518970fd21af243", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 7f942ca..fe34683 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,10 @@ url = "github:Gerg-L/spicetify-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - nixvim.url = "github:kaitotlex/vix1"; + nixvim = { + url = "github:kaitotlex/vix1"; + inputs.nixpkgs.follows = "nixpkgs"; + }; stylix = { url = "github:danth/stylix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hosts/shiroko/configuration.nix b/hosts/shiroko/configuration.nix index e71243c..adee838 100644 --- a/hosts/shiroko/configuration.nix +++ b/hosts/shiroko/configuration.nix @@ -114,10 +114,10 @@ }; # Set your time zone. - #time.timeZone = "Americas/"; # Asia/Taipei lib.mkDefault + time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault #services.automatic-timezoned.enable = true; - time.timeZone = lib.mkForce null; - services.timesyncd.enable = true; + #time.timeZone = lib.mkForce null; + #services.timesyncd.enable = true; systemd.services = { # Ensure network uplink on boot NetworkManager-wait-online.enable = true;