mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
reorganized
This commit is contained in:
parent
60ec6a3487
commit
eabe397b48
4 changed files with 11 additions and 6 deletions
|
|
@ -2,9 +2,10 @@
|
||||||
description = "Home manager flake";
|
description = "Home manager flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
||||||
|
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -100,7 +101,10 @@
|
||||||
modules = [
|
modules = [
|
||||||
./machines/hinge/darwin.nix
|
./machines/hinge/darwin.nix
|
||||||
|
|
||||||
# determinate.darwinModules.default
|
determinate.darwinModules.default
|
||||||
|
{
|
||||||
|
determinate-nix.customSettings = {};
|
||||||
|
}
|
||||||
|
|
||||||
home-manager.darwinModules.home-manager
|
home-manager.darwinModules.home-manager
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ in {
|
||||||
# ../fish.nix
|
# ../fish.nix
|
||||||
# ./sketchybar.nix
|
# ./sketchybar.nix
|
||||||
|
|
||||||
../../modules/darwin/aerospace
|
# ../../modules/darwin/aerospace
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
../../home/helide
|
../../home/helide
|
||||||
|
|
||||||
../../home/ghostty.nix
|
../../home/ghostty.nix
|
||||||
|
../../modules/darwin/PaperWM.spoon
|
||||||
];
|
];
|
||||||
|
|
||||||
# xdg.enable = lib.mkForce false;
|
# xdg.enable = lib.mkForce false;
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
source = pkgs.fetchFromGitHub {
|
source = pkgs.fetchFromGitHub {
|
||||||
owner = "mogenson";
|
owner = "mogenson";
|
||||||
repo = "WarpMouse.spoon";
|
repo = "WarpMouse.spoon";
|
||||||
rev = "c3b76e02704a15d22e7e6971fe76781db642d0bd";
|
rev = "409af58ed729a901a440572ac8e69e5b036ae0d5";
|
||||||
hash = "sha256-6hDU7lM59PoMo5ykeTdvomIqEkKkmh1Xam2GIBVgSVY=";
|
hash = "sha256-sVWmljTKdi+uhzdS+cUuTzrv3qJpSJsRa8GDa9SRgDg=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
PaperWM.swipe_fingers = 3
|
PaperWM.swipe_fingers = 3
|
||||||
|
|
||||||
-- increase this number to make windows move farther when swiping
|
-- increase this number to make windows move farther when swiping
|
||||||
PaperWM.swipe_gain = 1.0,
|
PaperWM.swipe_gain = 1.0
|
||||||
|
|
||||||
PaperWM:start()
|
PaperWM:start()
|
||||||
'';
|
'';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue