further improvements

This commit is contained in:
christoph.hollizeck 2024-03-26 19:20:50 +01:00 committed by Christoph Hollizeck
parent 8f6e59d683
commit eb46317121
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
7 changed files with 41 additions and 31 deletions

View file

@ -5,8 +5,6 @@ with lib.wyrdgard;
imports = [ ./hardware.nix ];
environment.systemPackages = with pkgs; [
fish
fd
tree
ripgrep
@ -28,14 +26,9 @@ with lib.wyrdgard;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
services.xserver = {
enable = true;
videoDrivers = [ "nvidia" ];
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
layout = "us";
xkbVariant = "";
};
environment.pathsToLink = ["/libexec"];
services.xserver.videoDrivers = [ "nvidia" ];
wyrdgard = {
archetypes = {
@ -53,7 +46,7 @@ with lib.wyrdgard;
};
# Configure Home-Manager options from NixOS.
snowfallorg.user.cholli.home.config = {
snowfallorg.user.cholli.home.config = {
programs.kitty = {
theme = "Tokyo Night";
shellIntegration.enableFishIntegration = true;