various changes
This commit is contained in:
parent
50a59333e6
commit
6a2f63e71e
24 changed files with 90 additions and 279 deletions
|
|
@ -6,7 +6,7 @@
|
|||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
inherit (inputs.nvim.packages.${final.system}) iofqvim;
|
||||
inherit (inputs.nvim.packages.${final.system}) full;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
};
|
||||
modules = [
|
||||
./t14/home.nix
|
||||
./common.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue