- Move user programs out of systems section and int user section - Install user packages with home manager rather than system wide
11 lines
127 B
Nix
11 lines
127 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./office.nix
|
|
./finance.nix
|
|
./notes.nix
|
|
./communication.nix
|
|
];
|
|
}
|