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];
|
imports = [./desktop.nix];
|
||||||
|
environment.systemPackages = [niri];
|
||||||
boot = {
|
boot = {
|
||||||
initrd.kernelModules = ["amdgpu"];
|
initrd.kernelModules = ["amdgpu"];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
|
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
niri,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [./default.nix];
|
imports = [./default.nix];
|
||||||
|
@ -12,7 +11,6 @@
|
||||||
GRIM_DEFAULT_DIR = "$HOME/Pictures/Grim";
|
GRIM_DEFAULT_DIR = "$HOME/Pictures/Grim";
|
||||||
};
|
};
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
niri
|
|
||||||
wtype
|
wtype
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
|
Loading…
Reference in a new issue