updated flake

This commit is contained in:
Till 2023-09-26 13:15:04 +02:00
parent 77cf6bb15a
commit 0d92bf24f7
9 changed files with 25 additions and 9 deletions

View file

@ -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";
}

View file

@ -18,5 +18,6 @@
environment.systemPackages = with pkgs.gnome; [
gnome-tweaks
gedit
gnome-boxes
];
}