Skip to content

Commit

Permalink
treewide: go for green
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Aug 15, 2024
1 parent 0ae2022 commit 6109199
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions hosts/starcruiser/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@
package = config.boot.kernelPackages.nvidiaPackages.beta;
};

opengl = {
enable = true;
driSupport = true;
};
graphics.enable = true;
};

# Font packages should go in fonts.packages in ../shared/configuration.nix.
Expand All @@ -63,6 +60,7 @@
systemPackages = __attrValues {
inherit (pkgs)
file
nautilus
ntfs3g
pavucontrol
pulseaudio
Expand All @@ -74,7 +72,6 @@
zip;

inherit (pkgs.qt5) qtwayland;
inherit (pkgs.gnome3) nautilus;
};
};

Expand Down Expand Up @@ -149,7 +146,7 @@

settings =
let
sway-cmd = lib.concatStringsSep [
sway-cmd = lib.concatStringsSep " " [
(lib.getExe config.programs.sway.package)
"--unsupported-gpu"
];
Expand Down
2 changes: 1 addition & 1 deletion hosts/turncoat/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
wslConf.automount.root = "/mnt";
};

hardware.opengl.enable = true;
hardware.graphics.enable = true;

environment.systemPackages = with pkgs; [
git
Expand Down
2 changes: 1 addition & 1 deletion modules/parts/nix-settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
doInstallCheck = false;
installUnitTests = false;
};

# package = inputs'.lix.packages.default;

registry = {
Expand Down
2 changes: 1 addition & 1 deletion modules/shared/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
colors =
let colorscheme = inputs.nix-colors.colorSchemes.material-darker;
in
with colorscheme.colors; [
with colorscheme.palette; [
base01
base08
base0B
Expand Down

0 comments on commit 6109199

Please sign in to comment.