fix(shikane): override existing config file
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
config = lib.mkIf config.shikane.enable {
|
||||
home.packages = with pkgs; [ (config.nixgl.wrap wdisplays) ];
|
||||
services.shikane.enable = true;
|
||||
home.file.".config/shikane/config.toml".text = ''
|
||||
home.file.".config/shikane/config.toml" = {
|
||||
force = true;
|
||||
text = ''
|
||||
[[profile]]
|
||||
name = "work"
|
||||
|
||||
@@ -64,4 +66,5 @@
|
||||
adaptive_sync = false
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user