home: move foot,overlay,zsh into modules. Add backup to workdell
This commit is contained in:
parent
f1a0c662bd
commit
894e3eb895
6 changed files with 124 additions and 132 deletions
5
home-manager/modules/overlay.nix
Normal file
5
home-manager/modules/overlay.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ../../overlay/default.nix)
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue