Initial experimental commit
This commit is contained in:
parent
b848f9d893
commit
682a19b13c
146 changed files with 2463 additions and 2389 deletions
13
home/programs/desktop/media/image/default.nix
Normal file
13
home/programs/desktop/media/image/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./imv
|
||||
];
|
||||
|
||||
options.programs.desktop.media.image = {
|
||||
imv = {
|
||||
enable = lib.mkEnableOption "Enable imv image viewer";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue