Add imv
This commit is contained in:
parent
8de0eb092f
commit
b95b0f8ee7
2 changed files with 6 additions and 0 deletions
5
modules/home/imv.nix
Normal file
5
modules/home/imv.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
programs.imv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -70,6 +70,7 @@
|
|||
../modules/home/firefox
|
||||
../modules/home/foot.nix
|
||||
../modules/home/zathura.nix
|
||||
../modules/home/imv.nix
|
||||
] ++ (
|
||||
if hostConfig.gaming then
|
||||
[ ../modules/home/lutris.nix ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue