Compare commits
2 commits
4c77ef72d6
...
0a8457aa9d
Author | SHA1 | Date | |
---|---|---|---|
0a8457aa9d | |||
8508fb4f24 |
2 changed files with 9 additions and 3 deletions
|
@ -24,7 +24,7 @@ in {
|
|||
fw-fanctrl.enable = true;
|
||||
|
||||
auto-cpufreq.max = {
|
||||
battery = 3; # GHz
|
||||
battery = 2.5; # GHz
|
||||
#// charger = 3.5; # GHz
|
||||
};
|
||||
};
|
||||
|
|
|
@ -22,11 +22,17 @@ in {
|
|||
home.file.".config/clipse/config.json".text = ''
|
||||
{
|
||||
"historyFile": "clipboard_history.json",
|
||||
"maxHistory": 100,
|
||||
"maxHistory": 50,
|
||||
"allowDuplicates": false,
|
||||
"themeFile": "custom_theme.json",
|
||||
"tempDir": "tmp_files",
|
||||
"logFile": "clipse.log"
|
||||
"logFile": "clipse.log",
|
||||
"imageDisplay": {
|
||||
"type": "kitty",
|
||||
"scaleX": 9,
|
||||
"scaleY": 9,
|
||||
"heightCut": 2
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue