major home-manager changes

This commit is contained in:
2021-05-02 09:24:02 +05:30
parent da3ef21ccd
commit 70b18cf4fd
33 changed files with 1115 additions and 37 deletions

7
home/root.nix Normal file
View File

@@ -0,0 +1,7 @@
{config, ...}:
{
imports = [
./modules/programs/nvim.nix
./modules/gtk.nix
];
}