mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
8 lines
145 B
Nix
8 lines
145 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./terminal
|
|
];
|
|
|
|
# Let Home Manager install and manage itself
|
|
programs.home-manager.enable = true;
|
|
}
|