Testing lib.mkForce

This commit is contained in:
2026-03-01 17:48:33 +01:00
parent 1696154c3d
commit bb64271d5d
5 changed files with 306 additions and 319 deletions
-2
View File
@@ -1,10 +1,8 @@
{ config, lib, pkgs, flakeRoot, ... }:
let
ollamaConfPath = flakeRoot + "/assets/conf/apps/ai/ollama/ollama.conf";
envVars = builtins.fromJSON (builtins.readFile ollamaConfPath);
in
{
services.ollama = {
enable = true;
+1 -1
View File
@@ -20,7 +20,7 @@ in
};
xdg.configFile."hypr/scripts/lid-lock.sh" = {
source = lib.mkForce flakeRoot + "/assets/conf/desktop/hypr/scripts/lid-lock.sh";
source = lib.mkForce (flakeRoot + "/assets/conf/desktop/hypr/scripts/lid-lock.sh");
executable = true;
};
xdg.portal = {
@@ -32,7 +32,6 @@ in
# Copy repo configs/scripts into ~/.config
xdg.configFile."${targetRel}" = {
source = lib.mkForce repoConf;
};
xdg.configFile."${targetOverflowRel}" = {
source = lib.mkForce repoOverflowScript;