chore: cleaned up configuration.nix

This commit is contained in:
Mohammad Rafiq 2025-02-22 14:48:55 +08:00
parent 88c28c3667
commit 12dc3d11df

View file

@ -45,6 +45,10 @@
networking.networkmanager.enable = true;
##############################
### System ###
##############################
# Set your time zone.
time.timeZone = "Asia/Singapore";
@ -77,6 +81,10 @@
packages = with pkgs; [];
};
##############################
### Packages ###
##############################
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
@ -99,6 +107,10 @@
nvidia-vaapi-driver # Required for hardware acceleration on Wayland
];
##############################
### Services ###
##############################
# List services that you want to enable:
# Enable the OpenSSH daemon.