test
This commit is contained in:
parent
8a106d3e22
commit
e3719a907f
4 changed files with 1 additions and 5 deletions
|
@ -59,7 +59,7 @@
|
|||
osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; };
|
||||
framework-server = libx.mkHost { hostname = "framework-server"; };
|
||||
nuc-server = libx.mkHost { hostname = "nuc-server"; };
|
||||
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; repo = "nixpkgs-unstable"; desktop = "hyprland"; theme = "tokyo-night"; };
|
||||
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; repo = "nixpkgs-unstable"; desktop = "hyprland"; theme = "tokyo-night"; };
|
||||
nixos-framework = libx.mkHost { hostname = "nixos-framework"; unfree = true; repo = "nixpkgs-unstable"; desktop = "plasma6"; };
|
||||
backups-rpi4 = libx.mkHost { hostname = "backups-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||
piaware-rpi4 = libx.mkHost { hostname = "piaware-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
layout = "us";
|
||||
xkbVariant = "";
|
||||
autorun = true;
|
||||
videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
||||
};
|
||||
|
||||
##### disable nvidia, very nice battery life.
|
||||
|
|
|
@ -46,8 +46,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
||||
|
||||
# tuigreet
|
||||
services.greetd = {
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
layout = "us";
|
||||
xkbVariant = "";
|
||||
autorun = true;
|
||||
videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
||||
desktopManager.plasma6.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue