Tux/Weckyy702: Clean up user specific modules

Generic modules should live in generic locations :^)
This commit is contained in:
2026-06-23 14:24:22 +02:00
parent 7c83ca07de
commit 9c101ab211
3 changed files with 0 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{ inputs, ... }: {
flake.modules.homeManager.tux-hyprland = {
imports = with inputs.self.modules.homeManager; [
ashell
];
wayland.windowManager.hyprland.extraConfig = ''
hl.monitor({
output = "eDP-1",
mode = "preferred",
position = "0x0",
scale = 1.066666667,
})
'';
};
}