Skip to content

Commit

Permalink
chore: Dionysus switch back to gnome, configure theming
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten committed Aug 19, 2024
1 parent e6c69ed commit 3cd0029
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions hostModules/personal/nvidia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ in {

hardware.nvidia = {
modesetting.enable = lib.mkDefault true;
open = lib.mkDefault false;
nvidiaSettings = lib.mkDefault (!cfg.headless);
package = lib.mkDefault (if cfg.betaDriver then
config.boot.kernelPackages.nvidiaPackages.beta
Expand All @@ -39,6 +38,6 @@ in {
"nvidia.NVreg_EnableGpuFirmware=0"
];

virtualisation.docker.enableNvidia = true;
hardware.nvidia-container-toolkit.enable = true;
};
}
9 changes: 8 additions & 1 deletion hosts/dionysus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
};
};

personal.kde.enable = true;
personal.gnome.enable = true;

personal.networkmanager.enable = true;
personal.printing.enable = true;
Expand Down Expand Up @@ -54,6 +54,13 @@
};

networking.hostName = "dionysus";

stylix.enable = true;
stylix.image = pkgs.fetchurl {
url = "https://w.wallhaven.cc/full/1p/wallhaven-1pym61.jpg";
sha256 = "sha256-jj/vKZTW1zwWK/dd8CewVbpCS7xdA/DC65yqPxFRxYU=";
};

home-manager.users.${config.personal.user.name} = {
personal.gnome.enableGSConnect = true;
personal.fonts.enable = true;
Expand Down

0 comments on commit 3cd0029

Please sign in to comment.