chore: cleaned up configuration.nix
This commit is contained in:
parent
88c28c3667
commit
12dc3d11df
1 changed files with 12 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
##############################
|
||||||
|
### System ###
|
||||||
|
##############################
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Asia/Singapore";
|
time.timeZone = "Asia/Singapore";
|
||||||
|
|
||||||
|
@ -77,6 +81,10 @@
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
##############################
|
||||||
|
### Packages ###
|
||||||
|
##############################
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
@ -99,6 +107,10 @@
|
||||||
nvidia-vaapi-driver # Required for hardware acceleration on Wayland
|
nvidia-vaapi-driver # Required for hardware acceleration on Wayland
|
||||||
];
|
];
|
||||||
|
|
||||||
|
##############################
|
||||||
|
### Services ###
|
||||||
|
##############################
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue