diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 06acb73..603488a 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -3,9 +3,9 @@ inputs = { # System configuration + determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*"; nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; @@ -112,7 +112,10 @@ modules = [ ./machines/hinge/darwin.nix - # determinate.darwinModules.default + determinate.darwinModules.default + { + determinate-nix.customSettings = {}; + } home-manager.darwinModules.home-manager { diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index b982122..74e46b2 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -9,7 +9,7 @@ in { # ../fish.nix # ./sketchybar.nix - ../../modules/darwin/aerospace + # ../../modules/darwin/aerospace ]; nixpkgs = { diff --git a/dot_config/flake/machines/hinge/home.nix b/dot_config/flake/machines/hinge/home.nix index 0d0b0a4..b37d01a 100644 --- a/dot_config/flake/machines/hinge/home.nix +++ b/dot_config/flake/machines/hinge/home.nix @@ -3,6 +3,7 @@ ../../home/common.nix ../../home/helide ../../home/ghostty.nix + ../../modules/darwin/PaperWM.spoon ]; # xdg.enable = lib.mkForce false; diff --git a/dot_config/flake/home/PaperWM.spoon/default.nix b/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix similarity index 96% rename from dot_config/flake/home/PaperWM.spoon/default.nix rename to dot_config/flake/modules/darwin/PaperWM.spoon/default.nix index 06c2849..ff45d4d 100644 --- a/dot_config/flake/home/PaperWM.spoon/default.nix +++ b/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix @@ -22,8 +22,8 @@ source = pkgs.fetchFromGitHub { owner = "mogenson"; repo = "WarpMouse.spoon"; - rev = "c3b76e02704a15d22e7e6971fe76781db642d0bd"; - hash = "sha256-6hDU7lM59PoMo5ykeTdvomIqEkKkmh1Xam2GIBVgSVY="; + rev = "409af58ed729a901a440572ac8e69e5b036ae0d5"; + hash = "sha256-sVWmljTKdi+uhzdS+cUuTzrv3qJpSJsRa8GDa9SRgDg="; }; }; @@ -122,7 +122,7 @@ PaperWM.swipe_fingers = 3 -- increase this number to make windows move farther when swiping - PaperWM.swipe_gain = 1.0, + PaperWM.swipe_gain = 1.0 PaperWM:start() '';