Update to 25.11
This commit is contained in:
parent
5fd7eb5ee2
commit
55292a69f4
6 changed files with 64 additions and 49 deletions
|
|
@ -4,8 +4,8 @@
|
|||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.pycharm-professional
|
||||
jetbrains.idea
|
||||
jetbrains.pycharm
|
||||
|
||||
vscodium-fhs
|
||||
zed-editor.fhs
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
typst
|
||||
typstfmt
|
||||
typstyle
|
||||
|
||||
texliveFull
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue