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
|
||||
../../backups.nix
|
||||
../../gui
|
||||
../../sway
|
||||
../../i3
|
||||
../../git
|
||||
../../mercurial
|
||||
];
|
||||
|
|
|
@ -24,4 +24,9 @@
|
|||
enableHidpi = true;
|
||||
};
|
||||
};
|
||||
home-manager.users.cyryl = {...}: {
|
||||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue