i did something but i forgot

This commit is contained in:
lulusilly 2026-03-05 23:46:01 +00:00
parent 4e6480d9a0
commit d4df25abdf
27 changed files with 45 additions and 26 deletions

0
nix/modules/efi.nix Executable file → Normal file
View file

0
nix/modules/hypr.nix Executable file → Normal file
View file

0
nix/modules/kanata/conf.kbd Executable file → Normal file
View file

0
nix/modules/kanata/kanata.nix Executable file → Normal file
View file

2
nix/modules/laptop.nix Executable file → Normal file
View file

@ -17,7 +17,7 @@
CPU_MIN_PERF_ON_BAT = 0;
CPU_MAX_PERF_ON_BAT = 20;
START_CHARGE_THRESH_BAT0 = 40; # 40 and below it starts to charge
START_CHARGE_THRESH_BAT0 = 80; # 80 and below it starts to charge
STOP_CHARGE_THRESH_BAT0 = 80; # 80 and above it stops charging
};
};

0
nix/modules/syncthing.nix Executable file → Normal file
View file

8
nix/modules/virt.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, inputs, ...}:
{
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["lunita"];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}