diff --git a/system/configuration.nix b/system/configuration.nix index df8cd2e..d5856b5 100755 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -70,20 +70,21 @@ users.defaultUserShell = pkgs.zsh; # Enable sound with pipewire. - services.pulseaudio.enable = true; + services.pulseaudio.enable = false; + # hardware.pulseaudio.support32Bit = true; security.rtkit.enable = true; - # services.pipewire = { - # enable = true; - # alsa.enable = true; - # alsa.support32Bit = true; - # pulse.enable = true; + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + # pulse.enable = true; # If you want to use JACK applications, uncomment this - #jack.enable = true; + # jack.enable = true; # use the example session manager (no others are packaged yet so this is enabled by default, # no need to redefine it in your config for now) - #media-session.enable = true; - # }; + # media-session.enable = true; + }; # Enable touchpad support (enabled default in most desktopManager). services.libinput.enable = false; diff --git a/system/gnome.nix b/system/gnome.nix index 4f462e0..314f08d 100755 --- a/system/gnome.nix +++ b/system/gnome.nix @@ -17,7 +17,11 @@ undecorate pastafarian-holy-days just-perfection + appindicator ]) ++ (with pkgs; [ + vimix-cursors + breeze-icons + tokyonight-gtk-theme gnome-tweaks # adwaita-icon-theme ]);