This commit is contained in:
zoey 2026-01-13 15:39:16 -05:00
parent 6198cf14d4
commit 1506941c66
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
49 changed files with 1963 additions and 1822 deletions

View file

@ -7,6 +7,7 @@
}: {
wms.hyprland.enable = false;
wms.niri.enable = true;
apps = {
web.librewolf.enable = true;
web.librewolf.setDefault = true;
@ -29,14 +30,13 @@
term.alacritty.enable = true;
term.ghostty.enable = true;
music.spotify.enable = true;
video.mpv.enable = true;
mail.aerc.enable = true;
helpers = {
waybar.enable = true;
swaync.enable = true;
waybar.enable = false;
swaync.enable = false;
};
};
@ -62,13 +62,37 @@
};
};
programs.distrobox = {
enable = true;
containers = {
proton-tkg = {
image = "archlinux";
additional_packages = "build-essential git";
};
catppuccin.vivid.enable = false;
programs = {
dankMaterialShell = {
enable = true;
niri.enableKeybinds = true;
systemd.enable = true;
enableCalendarEvents = true;
enableDynamicTheming = true;
enableSystemMonitoring = true;
enableAudioWavelength = true;
};
};
systemd.user.services.polkit-gnome-authentication-agent-1 = {
Unit = {
Description = "polkit-gnome-authentication-agent-1";
Wants = ["graphical-session.target"];
After = ["graphical-session.target"];
};
Install = {
WantedBy = ["graphical-session.target"];
};
Service = {
Type = "simple";
ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
};
};
@ -154,10 +178,13 @@
awscli2
monero-cli
tidal-hifi
pandoc
cider-2
feather
prismlauncher
qt6Packages.qt5compat
libsForQt5.qt5.qtgraphicaleffects
@ -185,8 +212,6 @@
heroic
cartridges
custom.nvidia-nsight
custom.enc
neural-amp-modeler-lv2
@ -236,7 +261,7 @@
starfetch
lib.custom.nixos-stable.kiwix
mpc-cli
mpc
zathura
gpgme.dev
@ -254,7 +279,7 @@
man-pages
man-pages-posix
ardour
devenv
];
programs.thunderbird = {
@ -324,7 +349,7 @@
services = {
gpg-agent = {
enable = true;
pinentryPackage = lib.mkForce pkgs.pinentry-gnome3;
pinentry.package = lib.mkForce pkgs.pinentry-gnome3;
enableSshSupport = true;
enableZshIntegration = true;
enableFishIntegration = true;