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.packages = with pkgs; [
nixpkgs-fmt
python3Packages.pylint
];
xdg.configFile."nvim/coc-settings.json".text = builtins.toJSON {

View file

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