add nix-hyprland
This commit is contained in:
parent
304570fd73
commit
954bf2d4ba
17 changed files with 619 additions and 2779 deletions
|
|
@ -1,8 +1,30 @@
|
|||
{...}: {
|
||||
{config, ...}: {
|
||||
imports = [
|
||||
../../modules
|
||||
];
|
||||
|
||||
config.nix-hyprland = {
|
||||
username = config.horseman.username;
|
||||
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;
|
||||
}
|
||||
];
|
||||
bindWorkspaces = "interlaced";
|
||||
};
|
||||
};
|
||||
|
||||
config.horseman = {
|
||||
catppuccin.flavor = "mocha";
|
||||
|
||||
|
|
@ -24,28 +46,6 @@
|
|||
|
||||
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue