genofire 1a88d263b4 | ||
---|---|---|
.. | ||
README.md | ||
default.nix | ||
desktop.nix | ||
home.nix | ||
sway.nix |
README.md
Home-Manager
Create ~/.config/nixpkgs/home.nix
with:
{pkgs, ...}:
{
imports = [
./repo/default.nix
./repo/desktop.nix
./repo/sway.nix
];
}
and run home-manager switch