small update

This commit is contained in:
Bloxx12 2025-07-13 22:51:22 +02:00
commit b1490ec9a8
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
100 changed files with 187 additions and 1695 deletions

View file

@ -20,8 +20,10 @@
system76-scheduler = {
enable = true;
};
gnome.gnome-keyring.enable = true;
};
security.pam.services.login.enableGnomeKeyring = true;
environment.systemPackages = [pkgs.seahorse];
meta = {
mainUser.gitSigningKey = "";
};
@ -49,7 +51,6 @@
};
};
desktops.niri.enable = true;
desktops.hyprland.enable = true;
theming = {
gtk.enable = true;

View file

@ -6,6 +6,8 @@
anki
asciinema
beets
bitwarden-cli
bitwarden-desktop
bubblewrap
cachix
calc
@ -61,10 +63,10 @@
signal-desktop
spotify
starship
strawberry
telegram-desktop
texliveFull
thunderbird
topiary
tor-browser
trash-cli
tutanota-desktop
@ -80,6 +82,13 @@
zathura
zotero
zoxide
# coreutils-full # All of the GNU coreutils
curl # I sometimes need to curl stuff
git # take a guess
wget
unzip # zipping and unzipping stuff
zip
util-linux
;
inherit
(pkgs.wineWowPackages)