identify programs that could be configured declaratively
This commit is contained in:
parent
973af180ad
commit
a072cf4649
2 changed files with 3 additions and 0 deletions
|
|
@ -19,7 +19,9 @@ in
|
||||||
calibre
|
calibre
|
||||||
cameractrls-gtk3
|
cameractrls-gtk3
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
|
# TODO: break out into separate configuration module
|
||||||
obsidian
|
obsidian
|
||||||
|
# TODO: break out into separate configuration module
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
sleek-todo
|
sleek-todo
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ in
|
||||||
config = lib.mkIf config.${feature}.enable {
|
config = lib.mkIf config.${feature}.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
heroic
|
heroic
|
||||||
|
# TODO: break out into separate module
|
||||||
lutris
|
lutris
|
||||||
mangohud
|
mangohud
|
||||||
nexusmods-app
|
nexusmods-app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue