Don't install Niri on all machines by default, just Vanguard for now
This commit is contained in:
parent
f7d68d30dc
commit
f723e3fddb
|
@ -1,5 +1,10 @@
|
|||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
niri,
|
||||
...
|
||||
}: {
|
||||
imports = [./desktop.nix];
|
||||
environment.systemPackages = [niri];
|
||||
boot = {
|
||||
initrd.kernelModules = ["amdgpu"];
|
||||
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
niri,
|
||||
...
|
||||
}: {
|
||||
imports = [./default.nix];
|
||||
|
@ -12,7 +11,6 @@
|
|||
GRIM_DEFAULT_DIR = "$HOME/Pictures/Grim";
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
niri
|
||||
wtype
|
||||
wl-clipboard
|
||||
xdg-utils
|
||||
|
|
Loading…
Reference in a new issue