All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m2s
16 lines
179 B
Nix
16 lines
179 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./common/optional/graphical/firefox.nix
|
|
./common/optional/graphical/gnome.nix
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
audacity
|
|
];
|
|
}
|