Merge branch 'main' into containers
This commit is contained in:
commit
047940d0db
32 changed files with 1408 additions and 3212 deletions
|
|
@ -8,4 +8,6 @@
|
|||
horseman.stateVersion = "24.11";
|
||||
|
||||
networking.hostName = "terra";
|
||||
|
||||
programs.niri.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue