some updates
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2024-12-30 21:02:16 +01:00
parent afa692e17d
commit 002adf25c2
7 changed files with 28 additions and 17 deletions

View file

@ -32,8 +32,8 @@
};
};
hardware.pulseaudio.enable = false;
services = {
pulseaudio.enable = false;
# Enable my config for the gnome desktop environment
v.gnome.enable = lib.mkDefault true;
@ -80,7 +80,6 @@
sbctl
]; # ++ (if config.virtualisation.podman.enable then [ pkgs.podman-compose ] else []);
security.rtkit.enable = true;
virtualisation = {
@ -123,7 +122,6 @@
adb.enable = true;
};
networking = {
# Networking
networkmanager.enable = true;