adjusted workvm configuration

This commit is contained in:
christoph.hollizeck 2024-03-26 22:05:03 +01:00
parent 16770c5d67
commit 69e1940191
36 changed files with 466 additions and 326 deletions

View file

@ -1,13 +1,15 @@
{ pkgs, config, lib, ... }:
with lib;
with lib.wyrdgard;
{
imports = [ ./hardware.nix ];
pkgs,
config,
lib,
...
}:
with lib;
with lib.wyrdgard; {
imports = [./hardware.nix];
environment.systemPackages = with pkgs; [
fd
tree
ripgrep
filelight
];
# nvidia
@ -26,9 +28,7 @@ with lib.wyrdgard;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
environment.pathsToLink = [ "/libexec" ];
services.xserver.videoDrivers = [ "nvidia" ];
environment.pathsToLink = ["/libexec"];
wyrdgard = {
archetypes = {
@ -45,6 +45,9 @@ with lib.wyrdgard;
};
};
services.xserver.videoDrivers = ["nvidia"];
services.xserver.displayManager.sddm.wayland.enable = lib.mkForce false;
# Configure Home-Manager options from NixOS.
snowfallorg.user.cholli.home.config = {
programs.kitty = {