Merge branch 'main' into containers

This commit is contained in:
KoenDR06 2026-01-19 22:15:42 +01:00
commit 047940d0db
32 changed files with 1408 additions and 3212 deletions

View file

@ -3,8 +3,33 @@
../../modules
];
config.nix-hyprland = {
monitors = {
displays = [
{
output = "DP-2";
x = 0;
y = 0;
wallpaper = ../../misc/landscape.png;
}
{
output = "DP-3";
x = -1440;
y = 0;
transform = 1;
wallpaper = ../../misc/portrait.png;
bar = "top";
}
];
bindWorkspaces = "interlaced";
};
};
config.horseman = {
catppuccin.flavor = "mocha";
catppuccin = {
flavor = "mocha";
accent = "blue";
};
users.default.enable = true;
@ -24,44 +49,25 @@
loader.systemd.enable = true;
greeter.greetd.enable = true;
greeter.greetd.session = "Hyprland";
greeter.greetd.autoLogin = true;
refind.enable = true;
};
wm.hyprland = {
enable = true;
config = {
monitors = {
displays = [
{
output = "DP-2";
x = 0;
y = 0;
wallpaper = ../../misc/landscape.png;
}
{
output = "DP-3";
x = -1440;
y = 0;
transform = 1;
wallpaper = ../../misc/portrait.png;
bar = "top";
}
];
bindWorkspaces = "interlaced";
};
};
};
hardware = {
gpu.nvidia.enable = true;
audio.enable = true;
wifi.enable = true;
};
network = {
ssh.enable = true;
syncthing.enable = true;
tailscale.enable = true;
printing.enable = true;
};
apps = {