Changes for package updates
This commit is contained in:
parent
765d605cc4
commit
d5794f3159
|
@ -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 {
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue