Nix is great, but it was hard for me to configure every part of system explicitly on everyday machine. From now, I'm going to leave NixOS, but I will keep using Nix for further software development. Mabye come back in PI for high level IOT Dev?
11 lines
100 B
Nix
11 lines
100 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./git
|
|
./polybar
|
|
./profile
|
|
./xmonad
|
|
./zed-editor
|
|
];
|
|
}
|