Merge branch 'main' into containers
This commit is contained in:
commit
047940d0db
32 changed files with 1408 additions and 3212 deletions
|
|
@ -3,10 +3,28 @@
|
|||
../../modules
|
||||
];
|
||||
|
||||
config.nix-hyprland = {
|
||||
monitors = {
|
||||
bindWorkspaces = "interlaced";
|
||||
displays = [
|
||||
{
|
||||
output = "eDP-1";
|
||||
x = 0;
|
||||
y = 0;
|
||||
bar = "top";
|
||||
scale = 1.175; # Idk why hyprland doesn't think 1.25 is invalid but whatever.
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
config.horseman = {
|
||||
dots.kitty.fontSize = 13;
|
||||
|
||||
catppuccin.flavor = "mocha";
|
||||
catppuccin = {
|
||||
flavor = "mocha";
|
||||
accent = "blue";
|
||||
};
|
||||
|
||||
users.default.enable = true;
|
||||
|
||||
|
|
@ -28,22 +46,7 @@
|
|||
greeter.greetd.session = "Hyprland";
|
||||
};
|
||||
|
||||
wm.hyprland = {
|
||||
enable = true;
|
||||
|
||||
config = {
|
||||
monitors.displays = [
|
||||
{
|
||||
output = "eDP-1";
|
||||
x = 0;
|
||||
y = 0;
|
||||
bar = "top";
|
||||
scale = 1.175; # Idk why hyprland doesn't think 1.25 is invalid but whatever.
|
||||
}
|
||||
];
|
||||
monitors.bindWorkspaces = "interlaced";
|
||||
};
|
||||
};
|
||||
wm.hyprland.enable = true;
|
||||
|
||||
hardware = {
|
||||
audio.enable = true;
|
||||
|
|
@ -56,6 +59,7 @@
|
|||
ssh.enable = true;
|
||||
syncthing.enable = true;
|
||||
tailscale.enable = true;
|
||||
printing.enable = true;
|
||||
};
|
||||
|
||||
apps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue