Changes for package updates
This commit is contained in:
parent
765d605cc4
commit
d5794f3159
|
@ -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 {
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
};
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemuOvmf = true;
|
||||
qemuRunAsRoot = false;
|
||||
qemu.ovmf.enable = true;
|
||||
qemu.runAsRoot = false;
|
||||
onBoot = "ignore";
|
||||
onShutdown = "shutdown";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue