hosts/sarien: split up

modules/stylix: change wallpaper

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-27 22:19:03 +03:00
parent 83949480c8
commit 5fe09a598a
16 changed files with 252 additions and 174 deletions

View File

@ -1,12 +1,17 @@
{inputs, ...}: {
{
inputs,
pkgs,
...
}: {
imports = with inputs; [
self.nixosModules.desktop
self.nixosModules.system
./boot.nix
./disko.nix
./boot
./disko
./facter
./hardware.nix
./networking.nix
./nix.nix
./nix
./power-saving.nix
../dunamis/programs.nix
./services.nix
@ -38,6 +43,10 @@
wireless = {
wifi.enable = true;
bluetooth.enable = true;
bluetooth.enableBlueman = true;
};
hardware.graphics.extraPackages = with pkgs; [
intel-compute-runtime
intel-media-driver
vpl-gpu-rt
];
}