niri final touches on desktop

This commit is contained in:
2025-12-27 15:56:43 +01:00
parent b62c5850dc
commit e912b656a3
7 changed files with 112 additions and 32 deletions

View File

@@ -17,12 +17,12 @@
# └─ default.nix
#
{ config, nixpkgs, pkgs, user, lib, pkgs-kabbone, ... }:
{ inputs, lib, config, pkgs, user, nixpkgs, pkgs-kabbone, ... }:
{
imports = # For now, if applying to other system, swap files
[(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix
[(import ../../modules/wm/sway/default.nix)] ++ # Window Manager
[(import ../../modules/wm/niri/default.nix)] ++ # Window Manager
(import ../../modules/wm/virtualisation) ++ # libvirt + Docker
[(import ../../modules/wm/virtualisation/kvm-amd.nix)] ++ # kvm module options
#[(import ../../modules/kabbone/corosync-qdevice.nix)] ++ # corosync qdevice quorum
@@ -101,5 +101,4 @@
};
};
};
}

View File

@@ -54,6 +54,7 @@
systemPackages = with pkgs; [
linux-firmware
intel-media-driver
intel-compute-runtime
];
};