feat: move librewolf to separate module.
This commit is contained in:
parent
66bb85fe03
commit
339292682e
4 changed files with 54 additions and 23 deletions
|
@ -10,6 +10,7 @@
|
|||
./nh.nix
|
||||
./restic.nix
|
||||
./hyprland.nix
|
||||
./browsers
|
||||
];
|
||||
|
||||
crony.mangohud.enable = lib.mkDefault true;
|
||||
|
@ -22,4 +23,5 @@
|
|||
crony.nh.enable = lib.mkDefault true;
|
||||
crony.restic.enable = lib.mkDefault true;
|
||||
crony.hyprland.enable = lib.mkDefault true;
|
||||
crony.browsers.enable = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue