Skip to content

Commit

Permalink
nixos/desktop: remove some unnecessary options
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 2, 2024
1 parent 36ed10c commit d7cf782
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions actions/steps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ with constants;
"with" = {
swap-storage = false;
tool-cache = true;
opt = true;
usrlocal = true;
};
};
checkoutStep = {
Expand Down
7 changes: 1 addition & 6 deletions nixos/desktop/audio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ in

services = {
pipewire = {
enable = true;
alsa = {
enable = true;
support32Bit = true;
};
pulse.enable = true;
alsa.support32Bit = config.nixos.desktop.games.enable;
extraConfig = lib.mkIf cfg.lowLatency.enable {
pipewire."92-low-latency" = {
context.properties = {
Expand Down
1 change: 1 addition & 0 deletions nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ in
services = {
dbus.implementation = "broker";
gnome.gnome-keyring.enable = true;
graphical-desktop.enable = true;
udisks2.enable = true;
};

Expand Down
1 change: 0 additions & 1 deletion nixos/desktop/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

config = lib.mkIf config.nixos.desktop.fonts.enable {
fonts = {
enableDefaultPackages = true;
fontDir.enable = true;

packages = with pkgs; [
Expand Down

0 comments on commit d7cf782

Please sign in to comment.