mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-26 10:44:57 +08:00
feat: enable ollama & wine, install monero-gui
This commit is contained in:
parent
2797c6dace
commit
ca90789ac7
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ in
|
|||
./../../modules/services/mullvad.nix
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
./../../modules/home/steam.nix
|
||||
./../../modules/services/ollama.nix
|
||||
# ./../../modules/services/automount.nix
|
||||
];
|
||||
|
||||
|
|
@ -27,6 +28,7 @@ in
|
|||
systemPackages = with pkgs; [
|
||||
fwupd
|
||||
fw-ectool
|
||||
monero-gui
|
||||
];
|
||||
etc.hosts.mode = "0700";
|
||||
};
|
||||
|
|
@ -37,6 +39,7 @@ in
|
|||
creative.enable = true;
|
||||
amdgpu.enable = true;
|
||||
gui.enable = true;
|
||||
wine.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue