From 12dc3d11df0e7abfba7a57b0719c8f080b66049c Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Feb 2025 14:48:55 +0800 Subject: [PATCH] chore: cleaned up configuration.nix --- configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configuration.nix b/configuration.nix index 24906a1..cb34f16 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.