Changes for package updates

This commit is contained in:
Artemis Tosini 2021-11-02 01:15:54 +00:00
parent 765d605cc4
commit d5794f3159
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 3 additions and 2 deletions

View file

@ -32,6 +32,7 @@
home.sessionVariables.EDITOR = "nvim"; home.sessionVariables.EDITOR = "nvim";
home.packages = with pkgs; [ home.packages = with pkgs; [
nixpkgs-fmt nixpkgs-fmt
python3Packages.pylint
]; ];
xdg.configFile."nvim/coc-settings.json".text = builtins.toJSON { xdg.configFile."nvim/coc-settings.json".text = builtins.toJSON {

View file

@ -9,8 +9,8 @@
}; };
libvirtd = { libvirtd = {
enable = true; enable = true;
qemuOvmf = true; qemu.ovmf.enable = true;
qemuRunAsRoot = false; qemu.runAsRoot = false;
onBoot = "ignore"; onBoot = "ignore";
onShutdown = "shutdown"; onShutdown = "shutdown";
}; };