dev #19

Open
tdpeuter wants to merge 91 commits from dev into main
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 0b2685f9c0 - Show all commits

View file

@ -43,6 +43,7 @@
"vista-fonts"
"intel-ocl"
"libfprint-2-tod1-broadcom"
"vmware-workstation"
];
in
utils.lib.mkFlake {

View file

@ -142,9 +142,9 @@
libinput.enable = true;
};
networking = {
hostName = "Tibo-NixTop"; # Define your hostname.
};
virtualisation.vmware.host.enable = true;
networking.hostName = "Tibo-NixTop"; # Define your hostname.
# Set your time zone.
time.timeZone = "Europe/Brussels";