mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
701a9849a6
4 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ in {
|
|||
# ../fish.nix
|
||||
# ./sketchybar.nix
|
||||
|
||||
../../modules/darwin/aerospace
|
||||
# ../../modules/darwin/aerospace
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
../../home/common.nix
|
||||
../../home/helide
|
||||
../../home/ghostty.nix
|
||||
../../modules/darwin/PaperWM.spoon
|
||||
];
|
||||
|
||||
# xdg.enable = lib.mkForce false;
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
'';
|
||||
Loading…
Add table
Add a link
Reference in a new issue