Testing lib.mkForce
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user