move fourieghty to i3

This commit is contained in:
Cyryl Płotnicki 2020-08-16 11:39:21 +01:00
parent 54f8066f22
commit 0d00364922
2 changed files with 6 additions and 1 deletions

View file

@ -13,7 +13,7 @@
../../libvirt.nix ../../libvirt.nix
../../backups.nix ../../backups.nix
../../gui ../../gui
../../sway ../../i3
../../git ../../git
../../mercurial ../../mercurial
]; ];

View file

@ -24,4 +24,9 @@
enableHidpi = true; enableHidpi = true;
}; };
}; };
home-manager.users.cyryl = {...}: {
imports = [
./home.nix
];
};
} }