🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
10
shared/desktop/home-manager/media/imv.nix
Normal file
10
shared/desktop/home-manager/media/imv.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ theme, ... }:
|
||||
|
||||
{
|
||||
catppuccin.imv = {
|
||||
enable = true;
|
||||
flavor = theme.flavor;
|
||||
};
|
||||
|
||||
programs.imv.enable = true;
|
||||
}
|
Reference in New Issue
Block a user