mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
2be63db7d9
2 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
|
||||
auto-cpufreq = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
battery = {
|
||||
governor = "powersave";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
pinta # "Paint.NET-like editor"
|
||||
kdenlive # Video editor
|
||||
translate-shell # Google Translate but in the CLI
|
||||
wireguard-tools # VPN connections
|
||||
openresolv # required for wireguard-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue