this post was submitted on 12 Apr 2025
27 points (100.0% liked)
Nix / NixOS
2122 readers
7 users here now
Main links
Videos
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Very exciting! You're layout looks fine as is. As it grows it might change, but for what you have now its a great schema.
On themes: catppuccin has a dedicated flake for applying the catppuccin style to a lot of different terminal apps and gnome/kde I think. I prefer this over stylix, a general purpose themer, because I want explicit control over which color scheme is enabled on each app. Stylix is cool, but doesnt make it easy (or possible?) to apply different themes to different apps.
Declarative flatpak by ~~germanbread~~ in-a-dil-emma is a nice flake. Occassionally theres a flatpak I need that isnt already packaged. This takes care of that. https://github.com/in-a-dil-emma/declarative-flatpak
If you want to work with secrets, look into sops-nix. Vimjoyer on youtube has a great video on how to get it setup.
Thanks! :D Tbh i'm not quite sure what i'd store as a secret, but I still want to implement it when i need it later. I definitely want to set up nix-flatpak since some games i use are only on there, but i'm working on that.
I enjoy beyond all reason, which is the only flatpak I have in my config XD
Can you link the go repo for declarative flatpak because I can’t quiet find it
It appears the original user changed their github username. The project now lives at https://github.com/in-a-dil-emma/declarative-flatpak
Thank you!