another tiny default.nix!
This commit is contained in:
parent
e89290dc18
commit
8d0d9f5320
4 changed files with 10 additions and 3 deletions
7
home/default.nix
Normal file
7
home/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./modules
|
||||
];
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../home/modules
|
||||
../../home
|
||||
];
|
||||
|
||||
snowhawk.neovim = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../home/modules
|
||||
../../home
|
||||
];
|
||||
|
||||
snowhawk.neovim = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../home/modules
|
||||
../../home
|
||||
];
|
||||
|
||||
snowhawk.neovim = {
|
||||
|
|
Loading…
Reference in a new issue