mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-11 23:28:56 -05:00
Add hypr (x11) support
This commit is contained in:
parent
aa3a57cd68
commit
c9cf321b34
7 changed files with 152 additions and 21 deletions
|
|
@ -46,9 +46,17 @@
|
|||
# Utilities
|
||||
hyfetch
|
||||
gimp
|
||||
foot
|
||||
foot
|
||||
] else []
|
||||
)
|
||||
++ (
|
||||
if config.packages.wayland.enable
|
||||
then [] else []
|
||||
)
|
||||
++ (
|
||||
if config.packages.x11.enable
|
||||
then [] else []
|
||||
)
|
||||
++ (
|
||||
if config.packages.programming.enable
|
||||
then [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue