work changes
This commit is contained in:
parent
126584cbcd
commit
fb5c04a84a
7 changed files with 36 additions and 26 deletions
|
|
@ -19,7 +19,7 @@
|
|||
x = 1920;
|
||||
y = 0;
|
||||
};
|
||||
wallpaper = "/home/tristan/Pictures/backgrounds/nier.jpg";
|
||||
wallpaper = "/home/tristan/Pictures/backgrounds/wallhaven-qzlyzd.jpg";
|
||||
rotation = 1;
|
||||
}
|
||||
{
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
x = 0;
|
||||
y = 1080;
|
||||
};
|
||||
wallpaper = "/home/tristan/Pictures/backgrounds/nix-wallpaper-watersplash.png";
|
||||
wallpaper = "/home/tristan/Pictures/backgrounds/nix-soft.png";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -91,6 +91,10 @@
|
|||
system.stateVersion = "22.11"; # do not change
|
||||
home-manager.users.${user}.imports = [{
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
programs.waybar.settings.mainBar."hyprland/workspaces".persistent_workspaces = {
|
||||
eDP-1 = 5;
|
||||
};
|
||||
}];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue