Tux/Weckyy702: Clean up user specific modules
Generic modules should live in generic locations :^)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user