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.