nixos: apply changes for 25.05
This commit is contained in:
parent
81518b6f0c
commit
8550725910
3 changed files with 18 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
config = {
|
||||
services.printing.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
@ -103,7 +103,7 @@
|
|||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
(nerdfonts.override { fonts = [ "Meslo" ]; })
|
||||
nerd-fonts.meslo-lg
|
||||
roboto
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue