hyprpanel is basically how I want it, keeps breaking with screenshots though
This commit is contained in:
parent
5bd860e89d
commit
00f4882111
20 changed files with 758 additions and 158 deletions
|
|
@ -6,6 +6,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
./gnome
|
||||
./hyprland
|
||||
];
|
||||
config = {
|
||||
assertions = [
|
||||
|
|
@ -16,6 +17,10 @@ in
|
|||
name = "gnome";
|
||||
enabled = cfg.gnome.enable;
|
||||
}
|
||||
{
|
||||
name = "hyprland";
|
||||
enabled = cfg.hyprland.enable;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue