diff --git a/flake.lock b/flake.lock index acda0ed..018ffed 100644 --- a/flake.lock +++ b/flake.lock @@ -855,11 +855,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1731838571, - "narHash": "sha256-LOD43r5y2RYtz2VW0jMVetDwa4/FVGhQZU6d2J7HTrs=", + "lastModified": 1731857647, + "narHash": "sha256-leXdE4up8vM3ZqASBh1DxrD3k8UtME8IfJMmmfAVFVI=", "owner": "wamserma", "repo": "flake-programs-sqlite", - "rev": "789da27c81e9db8ce43f74fe4b6a781321f650f6", + "rev": "bc88db88edf5842edf3e21de200e6b6bf6946ef1", "type": "github" }, "original": { @@ -944,11 +944,11 @@ ] }, "locked": { - "lastModified": 1731854022, - "narHash": "sha256-lgOoC3t5Wp3LWgzIwhK0d6xfPgF6TaAzFzu9O4xVxpo=", + "lastModified": 1731862312, + "narHash": "sha256-NVUTFxKrJp/hjehlF1IvkPnlRYg/O9HFVutbxOM8zNM=", "owner": "Mic92", "repo": "sops-nix", - "rev": "0ec0d5d3c58ccafc622cb273e5458471931c65b6", + "rev": "472741cf3fee089241ac9ea705bb2b9e0bfa2978", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index f749502..909f35c 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,7 @@ outputs = {parts, ...} @ inputs: parts.lib.mkFlake {inherit inputs;} { - systems = ["x86_64-linux" "aarch64-darwin"]; + systems = ["x86_64-linux"]; perSystem = { config, diff --git a/home/configurations/bruce_at_chestnut.nix b/home/configurations/bruce_at_chestnut.nix index 2c94fee..46bbbe4 100644 --- a/home/configurations/bruce_at_chestnut.nix +++ b/home/configurations/bruce_at_chestnut.nix @@ -21,6 +21,8 @@ modules.eww.enable = true; + home.enableNixpkgsReleaseCheck = false; + home.packages = builtins.attrValues { inherit (pkgs) neovim; }; diff --git a/home/configurations/catppuccin.nix b/home/configurations/catppuccin.nix index 7552be3..fbe8336 100644 --- a/home/configurations/catppuccin.nix +++ b/home/configurations/catppuccin.nix @@ -1,6 +1,7 @@ {...}: { catppuccin.flavor = "mocha"; gtk.catppuccin.enable = true; + catppuccin.pointerCursor.enable = false; programs.bat.catppuccin.enable = true; programs.starship.catppuccin.enable = true; services.polybar.catppuccin.enable = true; diff --git a/home/modules/home.nix b/home/modules/home.nix index 0e8baf5..8d262ba 100644 --- a/home/modules/home.nix +++ b/home/modules/home.nix @@ -16,8 +16,10 @@ home = let cursor = { - package = pkgs.catppuccin-cursors.macchiatoTeal; - name = "catppuccin-macchiato-teal-cursors"; + package = pkgs.bibata-cursors; + name = "Bibata-Modern-Amber"; + # package = pkgs.catppuccin-cursors.macchiatoTeal; + # name = "catppuccin-macchiato-teal-cursors"; size = 24; }; in {