mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
x11
This commit is contained in:
parent
4c5728fa1f
commit
8890e43d7b
3 changed files with 2 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
|||
../../modules
|
||||
];
|
||||
|
||||
i3.enable = true;
|
||||
hyprland.enable = true;
|
||||
hypr.enable = true;
|
||||
packages.mudding.enable = true;
|
||||
networking.hostName = "Parzival-Mobile";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
networking.hostName = "Parzival";
|
||||
|
||||
hypr.enable = true;
|
||||
packages.mudding.enable = true;
|
||||
packages.gaming.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
gaming.enable = lib.mkDefault false;
|
||||
};
|
||||
|
||||
hypr.enable = lib.mkDefault false;
|
||||
i3.enable = lib.mkDefault false;
|
||||
hyprland.enable = lib.mkDefault false;
|
||||
|
||||
# Configure pulseaudio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue