mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: fixed hyprland
This commit is contained in:
parent
a4afc18937
commit
7cf28c791c
11 changed files with 32 additions and 18 deletions
|
@ -40,6 +40,7 @@ in
|
|||
inherit (modules)
|
||||
android
|
||||
audio
|
||||
bluetooth
|
||||
corectrl
|
||||
dconf
|
||||
disks
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
hardware = {
|
||||
bluetooth = {
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = map (file: ./${file}.nix) [
|
||||
"bluetooth"
|
||||
"geoclue2"
|
||||
"greetd"
|
||||
"network"
|
||||
|
|
|
@ -9,12 +9,8 @@
|
|||
xdgOpenUsePortal = true;
|
||||
extraPortals = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
;
|
||||
inherit (pkgs.kdePackages)
|
||||
xdg-desktop-portal-kde
|
||||
;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -14,13 +14,13 @@ in
|
|||
{
|
||||
services = {
|
||||
ollama = {
|
||||
# acceleration = "rocm";
|
||||
# package = pkgs.ollama.override {
|
||||
# config = {
|
||||
# rocmSupport = true;
|
||||
# cudaSupport = false;
|
||||
# };
|
||||
# };
|
||||
acceleration = "rocm";
|
||||
package = pkgs.ollama.override {
|
||||
config = {
|
||||
rocmSupport = true;
|
||||
cudaSupport = false;
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
group = service.name;
|
||||
host = "http://${localhost}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue