feat(wrappers): start wrapping configs
thanks to @fdncred for the ls function with nushell
This commit is contained in:
parent
d757d6b432
commit
c4a290ae63
13 changed files with 136 additions and 26 deletions
|
@ -24,6 +24,10 @@
|
|||
enable = true;
|
||||
wallpaper = inputs.wallpkgs.wallpapers.nord-03.path;
|
||||
};
|
||||
waybar = {
|
||||
enable = true;
|
||||
package = pkgs.amadaluzian-waybar;
|
||||
};
|
||||
libvirt.enable = true;
|
||||
direnv.enable = true;
|
||||
git.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue