mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-26 18:54:59 +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
|
./../../modules/services/mullvad.nix
|
||||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||||
./../../modules/home/steam.nix
|
./../../modules/home/steam.nix
|
||||||
|
./../../modules/services/ollama.nix
|
||||||
# ./../../modules/services/automount.nix
|
# ./../../modules/services/automount.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -27,6 +28,7 @@ in
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
fwupd
|
fwupd
|
||||||
fw-ectool
|
fw-ectool
|
||||||
|
monero-gui
|
||||||
];
|
];
|
||||||
etc.hosts.mode = "0700";
|
etc.hosts.mode = "0700";
|
||||||
};
|
};
|
||||||
|
|
@ -37,6 +39,7 @@ in
|
||||||
creative.enable = true;
|
creative.enable = true;
|
||||||
amdgpu.enable = true;
|
amdgpu.enable = true;
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
|
wine.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue