mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 09:09:04 +05:30
feat(desktop): add twm and hyprland module
This commit is contained in:
@@ -6,6 +6,18 @@
|
||||
|
||||
tnix = {
|
||||
desktop = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
monitorConfig = ''
|
||||
hl.monitor({
|
||||
output = "eDP-1",
|
||||
mode = "2560x1440@165",
|
||||
position = "0x0",
|
||||
scale = "1",
|
||||
})
|
||||
'';
|
||||
};
|
||||
|
||||
mangowm = {
|
||||
enable = true;
|
||||
monitorRule = [
|
||||
|
||||
Reference in New Issue
Block a user