chore: merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2024-08-02 13:17:52 +02:00
commit 2be63db7d9
2 changed files with 3 additions and 1 deletions

View file

@ -28,7 +28,7 @@
}; };
auto-cpufreq = { auto-cpufreq = {
enable = true; enable = false;
settings = { settings = {
battery = { battery = {
governor = "powersave"; governor = "powersave";

View file

@ -1,6 +1,8 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
pinta # "Paint.NET-like editor"
kdenlive # Video editor
translate-shell # Google Translate but in the CLI translate-shell # Google Translate but in the CLI
wireguard-tools # VPN connections wireguard-tools # VPN connections
openresolv # required for wireguard-tools openresolv # required for wireguard-tools