hosts/sarien: split up
modules/stylix: change wallpaper Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user