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

View file

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