move fourieghty to i3
This commit is contained in:
parent
54f8066f22
commit
0d00364922
2 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
../../libvirt.nix
|
../../libvirt.nix
|
||||||
../../backups.nix
|
../../backups.nix
|
||||||
../../gui
|
../../gui
|
||||||
../../sway
|
../../i3
|
||||||
../../git
|
../../git
|
||||||
../../mercurial
|
../../mercurial
|
||||||
];
|
];
|
||||||
|
|
|
@ -24,4 +24,9 @@
|
||||||
enableHidpi = true;
|
enableHidpi = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home-manager.users.cyryl = {...}: {
|
||||||
|
imports = [
|
||||||
|
./home.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue