small changes

real this time
This commit is contained in:
jacekpoz 2024-01-20 01:31:28 +01:00
parent 29023a11ae
commit fa0552db9f
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C
2 changed files with 24 additions and 17 deletions

View file

@ -75,7 +75,7 @@
systemd.oomd = { systemd.oomd = {
enable = true; enable = true;
enableUserServices = true; enableUserSlices = true;
}; };
time.timeZone = "Europe/Warsaw"; time.timeZone = "Europe/Warsaw";
@ -211,8 +211,6 @@
pcscd.enable = true; pcscd.enable = true;
udev.packages = [ pkgs.yubikey-personalization ];
udisks2.enable = true; udisks2.enable = true;
dbus.enable = true; dbus.enable = true;
@ -220,6 +218,8 @@
enable = true; enable = true;
}; };
ratbagd.enable = true;
# db # db
mysql = { mysql = {
enable = true; enable = true;
@ -311,6 +311,13 @@
SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="1",RUN+="${power_supply}" SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="1",RUN+="${power_supply}"
SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="0",RUN+="${battery}" SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="0",RUN+="${battery}"
''; '';
packages = with pkgs; [
yubikey-personalization
via
vial
piper
libratbag
];
}; };
systemd.services = { systemd.services = {

View file

@ -92,14 +92,8 @@
pamixer pamixer
brightnessctl brightnessctl
dig dig
#(nix-gaming.osu-stable.overrideAttrs { nix-gaming.osu-stable
# src = builtins.fetchurl rec { nix-gaming.osu-lazer-bin
# url = "https://m1.ppy.sh/r/osu!install.exe";
# name = "osuinstall-${lib.strings.sanitizeDerivationName sha256}.exe";
# sha256 = "sha256-wF7IhcG31motVPrjPLcQCCZ8myd52WXFnsQCMoVc+qY=";
# };
#})
osu-lazer-bin
swappy swappy
nixpkgs-wayland.imv nixpkgs-wayland.imv
pcmanfm pcmanfm
@ -173,7 +167,6 @@
lshw lshw
tree tree
ydotool ydotool
libratbag
piper piper
smartmontools smartmontools
agenix.default agenix.default
@ -193,12 +186,13 @@
libsForQt5.umbrello libsForQt5.umbrello
plantuml plantuml
umlet umlet
graphviz #graphviz
jdk jdk21
gradle gradle
dbeaver
# db # akiso
mongosh subversion
linuxKernel.packages.linux_zen.cpupower linuxKernel.packages.linux_zen.cpupower
usbutils usbutils
@ -206,7 +200,6 @@
kiwix kiwix
inkscape inkscape
gomuks gomuks
subversion
nushell nushell
twitch-tui twitch-tui
hugo hugo
@ -216,6 +209,13 @@
libsixel libsixel
lsix lsix
ollama ollama
qmk
python3
wev
enigma
via
vial
rustdesk
]; ];
stateVersion = lib.mkDefault "23.11"; stateVersion = lib.mkDefault "23.11";