Merge remote-tracking branch 'origin/main'

This commit is contained in:
Tyler Mayoff 2025-09-10 21:41:55 -04:00
commit 701a9849a6
4 changed files with 10 additions and 6 deletions

View file

@ -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
{

View file

@ -9,7 +9,7 @@ in {
# ../fish.nix
# ./sketchybar.nix
../../modules/darwin/aerospace
# ../../modules/darwin/aerospace
];
nixpkgs = {

View file

@ -3,6 +3,7 @@
../../home/common.nix
../../home/helide
../../home/ghostty.nix
../../modules/darwin/PaperWM.spoon
];
# xdg.enable = lib.mkForce false;

View file

@ -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()
'';