mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
update: update config for tatara
This commit is contained in:
parent
8ce9227801
commit
2a177bcb01
9 changed files with 162 additions and 99 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue