BROKEN: Expanding desktop option
This commit is contained in:
parent
562a8b7a2e
commit
d0a41df000
44 changed files with 272 additions and 296 deletions
|
|
@ -13,13 +13,17 @@ in {
|
|||
];
|
||||
|
||||
niksos = {
|
||||
bluetooth = true;
|
||||
fingerprint = true;
|
||||
games = true;
|
||||
desktop = true;
|
||||
bluetooth = true;
|
||||
portable = true;
|
||||
|
||||
neovim = true;
|
||||
kde = true;
|
||||
games = true;
|
||||
desktop = {
|
||||
enable = true;
|
||||
hyprland = true;
|
||||
kde = false;
|
||||
};
|
||||
};
|
||||
home-manager.users.jsw.wayland.windowManager.hyprland.settings.monitor = ["eDP-1,2880x1920@120,0x0,1.5,vrr,1"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue