- Move user programs out of systems section and int user section - Install user packages with home manager rather than system wide
9 lines
83 B
Nix
9 lines
83 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./dmenu.nix
|
|
./rofi.nix
|
|
];
|
|
}
|