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];
environment.systemPackages = [niri];
boot = {
initrd.kernelModules = ["amdgpu"];
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];

View file

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