- Move user programs out of systems section and int user section - Install user packages with home manager rather than system wide
12 lines
175 B
Nix
12 lines
175 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./3d-printing.nix
|
|
./bootable-media.nix
|
|
./file-syncing.nix
|
|
./keyboard-configuration.nix
|
|
./passwords.nix
|
|
];
|
|
}
|