updated flake
This commit is contained in:
parent
77cf6bb15a
commit
0d92bf24f7
9 changed files with 25 additions and 9 deletions
|
|
@ -63,6 +63,7 @@
|
|||
foot
|
||||
htop
|
||||
killall
|
||||
virt-manager
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
@ -77,5 +78,8 @@
|
|||
mullvad-vpn.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,5 +18,6 @@
|
|||
environment.systemPackages = with pkgs.gnome; [
|
||||
gnome-tweaks
|
||||
gedit
|
||||
gnome-boxes
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue