fix(home-manager): avoid imv problem on non-NixOS install
There is not access to hardware acceleration when install nix above traditonnal distribution
This commit is contained in:
parent
db84a305dc
commit
cf8a838191
2 changed files with 18 additions and 2 deletions
|
@ -4,6 +4,10 @@
|
|||
gnupg.enable = true;
|
||||
zathura.enable = true;
|
||||
foot.enable = true;
|
||||
imv = {
|
||||
enable = true;
|
||||
installPackage = false;
|
||||
};
|
||||
};
|
||||
cli = {
|
||||
direnv.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue