update: update config for tatara

This commit is contained in:
FabricSoul 2025-06-03 13:08:41 -04:00
parent 8ce9227801
commit 2a177bcb01
9 changed files with 162 additions and 99 deletions

View file

@ -41,4 +41,20 @@
acceleration = "cuda";
host = "0.0.0.0";
};
# Display manager configuration
services.displayManager.defaultSession = "hyprland";
programs.hyprland.enable = true;
# Basic system packages
environment.systemPackages = with pkgs; [
libinput
libnotify
kitty
ollama-cuda
usbutils
obs-studio
ntfs3g
];
}