various fixes
Some checks failed
Test action / kaas (push) Failing after 1s

This commit is contained in:
Chris Kruining 2026-03-24 07:30:41 +01:00
parent 51adeb02e6
commit 01fb98ba10
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 11 additions and 74 deletions

View file

@ -1,16 +1,22 @@
{ ... }:
{
{pkgs, ...}: {
imports = [
./disks.nix
./hardware.nix
];
environment.systemPackages = with pkgs; [
azure-cli
github-copilot-cli
];
sneeuwvlok = {
hardware.has = {
bluetooth = true;
audio = true;
};
authentication.himmelblau.enable = true;
application = {
steam.enable = true;
};