|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| console.nix | ||
| default.nix | ||
| desktop.nix | ||
| gnome.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