Migrate to snowfall lib
This commit is contained in:
11
modules/home/gui/apps/images/default.nix
Normal file
11
modules/home/gui/apps/images/default.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
|
||||
config = lib.mkIf (config.homecfg.make.gui) {
|
||||
programs.imv.enable = true;
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
|
||||
home.packages = with pkgs; [ jellyfin-mpv-shim krita gimp darktable ];
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user