for mommy

This commit is contained in:
Tao Tien 2026-04-02 13:14:12 -07:00
parent 0d4edc42c4
commit 2b5d1aaf51
2 changed files with 14 additions and 7 deletions

View file

@ -86,7 +86,7 @@
boot.extraModprobeConfig = ''options snd-hda-intel model=dell-headset-multi''; boot.extraModprobeConfig = ''options snd-hda-intel model=dell-headset-multi'';
boot.kernelModules = ["kvm-intel"]; boot.kernelModules = ["kvm-intel"];
powerManagement.cpuFreqGovernor = "powersave"; powerManagement.cpuFreqGovernor = "powersave";
systemd.sleep.extraConfig = "HibernateDelaySec=180m"; # systemd.sleep.extraConfig = "HibernateDelaySec=180m";
# boot.kernel.sysctl."net.ipv4.ip_forward" = "1"; # boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
# boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1"; # boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";

View file

@ -4,21 +4,28 @@
inputs, inputs,
config, config,
... ...
}: { }: let
users.users.vy.packages = with pkgs; [ pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
oculante in {
rnote users.users.vy.packages =
(with pkgs-last-building; [
oculante # https://nixpk.gs/pr-tracker.html?pr=502921
])
++ (with pkgs; [
audacity audacity
cosmic-store cosmic-store
google-chrome
jellyfin-media-player jellyfin-media-player
onlyoffice-desktopeditors onlyoffice-desktopeditors
rnote
signal-desktop
signal-desktop signal-desktop
snapper snapper
syncthingtray syncthingtray
toastify
yt-dlp yt-dlp
zoom-us zoom-us
toastify ]);
];
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [