Clock Calender

This commit is contained in:
2026-02-26 23:30:09 +01:00
parent 18ce00e83d
commit 03885f9dd1
3 changed files with 303 additions and 339 deletions
+303 -315
View File
File diff suppressed because it is too large Load Diff
-12
View File
@@ -3388,18 +3388,6 @@ Nothing specific for the laptop.
./hardware-configuration.nix
../../configuration
];
hardware.enableAllFirmware = true;
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
wireplumber.enable = true;
};
sound.enable = true;
hardware.pulseaudio.enable = false;
}
#+end_src
@@ -4,16 +4,4 @@
./hardware-configuration.nix
../../configuration
];
hardware.enableAllFirmware = true;
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
wireplumber.enable = true;
};
sound.enable = true;
hardware.pulseaudio.enable = false;
}