Don't install Niri on all machines by default, just Vanguard for now

This commit is contained in:
Evie Litherland-Smith 2024-05-29 07:14:56 +01:00
parent f7d68d30dc
commit f723e3fddb
2 changed files with 6 additions and 3 deletions

View file

@ -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];

View file

@ -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