mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Move option to laptop
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
TERMINAL = "alacritty";
|
||||
};
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
networking.hostName = "laptop";
|
||||
|
||||
services.xserver = {
|
||||
|
||||
@@ -12,14 +12,9 @@
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
hardware = {
|
||||
pulseaudio.enable = false;
|
||||
enableRedistributableFirmware = true;
|
||||
};
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
services = {
|
||||
pipewire = {
|
||||
|
||||
Reference in New Issue
Block a user