working on i3
This commit is contained in:
parent
e77dec2d94
commit
e3689e5b26
9 changed files with 148 additions and 559 deletions
|
|
@ -9,6 +9,7 @@ in
|
|||
# ./hyprland
|
||||
./sway
|
||||
./cosmic
|
||||
./i3
|
||||
];
|
||||
config = {
|
||||
assertions = [
|
||||
|
|
@ -31,6 +32,10 @@ in
|
|||
name = "cosmic";
|
||||
enabled = cfg.cosmic.enable;
|
||||
}
|
||||
{
|
||||
name = "i3";
|
||||
enabled = cfg.i3.enable;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue