1
1
Fork 0

Compare commits

..

No commits in common. "0a8457aa9dc4b7477afccba562e51fa6ee21e837" and "4c77ef72d6b9e6c027002a448be9a120e3f3914f" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View file

@ -24,7 +24,7 @@ in {
fw-fanctrl.enable = true;
auto-cpufreq.max = {
battery = 2.5; # GHz
battery = 3; # GHz
#// charger = 3.5; # GHz
};
};

View file

@ -22,17 +22,11 @@ in {
home.file.".config/clipse/config.json".text = ''
{
"historyFile": "clipboard_history.json",
"maxHistory": 50,
"maxHistory": 100,
"allowDuplicates": false,
"themeFile": "custom_theme.json",
"tempDir": "tmp_files",
"logFile": "clipse.log",
"imageDisplay": {
"type": "kitty",
"scaleX": 9,
"scaleY": 9,
"heightCut": 2
}
"logFile": "clipse.log"
}
'';
};