mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
lavaridge: enable sway
This commit is contained in:
parent
285a215145
commit
eb0ea497a6
|
@ -52,7 +52,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
sway.enable = false;
|
sway.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
apps = {
|
apps = {
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
preset = "framework13";
|
preset = "framework13";
|
||||||
};
|
};
|
||||||
desktop.sway.enable = lib.mkForce false;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue