adjusted workvm configuration
This commit is contained in:
parent
08f6189869
commit
21774ac23a
36 changed files with 466 additions and 326 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue