Update to 25.11

This commit is contained in:
JuliusFreudenberger 2025-12-24 23:20:37 +01:00
parent 5fd7eb5ee2
commit 55292a69f4
6 changed files with 64 additions and 49 deletions

View file

@ -4,8 +4,8 @@
...
}: {
environment.systemPackages = with pkgs; [
jetbrains.idea-ultimate
jetbrains.pycharm-professional
jetbrains.idea
jetbrains.pycharm
vscodium-fhs
zed-editor.fhs

View file

@ -18,7 +18,7 @@
lightlocker
xautolock # lock screen after some time
i3status # provide information to i3bar
i3-gaps # i3 with gaps
i3 # i3 with gaps
nitrogen # set wallpaper
acpi # battery information
arandr # screen layout manager

View file

@ -6,10 +6,10 @@
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
services.logind = {
lidSwitch = "suspend-then-hibernate";
lidSwitchDocked = "suspend-then-hibernate";
powerKey = "ignore";
services.logind.settings.Login = {
HandleLidSwitch= "suspend-then-hibernate";
HandleLidSwitchDocked = "suspend-then-hibernate";
HandlePowerKey = "ignore";
};
programs.auto-cpufreq.enable = true;

View file

@ -5,7 +5,7 @@
}: {
environment.systemPackages = with pkgs; [
typst
typstfmt
typstyle
texliveFull