incorporate changes to work machine and use nixpkgs hyprland
This commit is contained in:
parent
a71a03b352
commit
42b6c45809
5 changed files with 33 additions and 142 deletions
|
|
@ -91,10 +91,39 @@
|
|||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
programs.waybar.settings.mainBar."hyprland/workspaces".persistent_workspaces = {
|
||||
eDP-1 = 5;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
displays.displays = {
|
||||
"hp" = {
|
||||
name = "DP-1";
|
||||
wallpaper = ../images/demonslayer.png;
|
||||
workspaces = {
|
||||
start = 6;
|
||||
end = 10;
|
||||
};
|
||||
};
|
||||
"asus" = {
|
||||
name = "HDMI-A-1";
|
||||
wallpaper = ../images/nier2.jpg;
|
||||
workspaces = {
|
||||
start = 6;
|
||||
end = 10;
|
||||
};
|
||||
};
|
||||
"internal" = {
|
||||
name = "eDP-1";
|
||||
description = "BOE 0x07D8";
|
||||
workspaces = {
|
||||
start = 1;
|
||||
};
|
||||
position = {
|
||||
x = 0;
|
||||
y = 1080;
|
||||
};
|
||||
wallpaper = ../images/nix-soft.png;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue