uses tiling instead of scrolling

This commit is contained in:
Dennis Schoepf 2026-03-07 17:25:24 +01:00
parent 5b425bf0c4
commit f583fe82d7
3 changed files with 117 additions and 3 deletions

View file

@ -29,7 +29,7 @@ in
environment.systemPackages = commonPackages pkgs;
home-manager.sharedModules = [
inputs.self.modules.homeManager.git
inputs.self.modules.homeManager.cli-tools
];
};
@ -39,7 +39,7 @@ in
environment.systemPackages = commonPackages pkgs;
home-manager.sharedModules = [
inputs.self.modules.homeManager.git
inputs.self.modules.homeManager.cli-tools
];
};