reorganized

This commit is contained in:
Tyler Mayoff 2025-09-08 10:50:05 -04:00
parent 60ec6a3487
commit eabe397b48
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
4 changed files with 11 additions and 6 deletions

View file

@ -2,9 +2,10 @@
description = "Home manager flake";
inputs = {
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";
@ -100,7 +101,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

@ -5,6 +5,7 @@
../../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()
'';