nix/home/README.md

14 lines
160 B
Markdown
Raw Normal View History

2021-10-09 01:46:55 +02:00
# Home-Manager
Create `~/.config/nixpkgs/home.nix` with:
```nix
{pkgs, ...}:
{
imports = [
2021-12-13 22:49:23 +01:00
./repo/desktop-sway.nix
2021-10-09 01:46:55 +02:00
];
}
```
and run `home-manager switch`