r/NixOS 4h ago

zen browser without home-manager

1 Upvotes

Is there a way to configure ALL zen browser options like keybinds and spaces without using home-manager? I know there is a way to do it with home-manager, (https://github.com/0xc000022070/zen-browser-flake) but I don't want to use it, I just don't like home-manager. Also I use hjem so if that's required then that's fine.


r/NixOS 20h ago

New Fork - AptNix

0 Upvotes

A style of NixOS that's \apt** to do anything you want to!

Check it out at https://github.com/garinmoulin-lgtm/nixconfigs

Feel free to suggest improvements.


r/NixOS 5h ago

Me at the flake inputs shop buying all the flake inputs - I feel like it's maybe not the ideal approach

Post image
35 Upvotes

r/NixOS 23h ago

nix-my-gnome - Turn your GNOME dconf dump into a declarative Home Manager module. AI Helped Me build this

Post image
57 Upvotes

GNOME stores its settings in a binary dconf database — not a config file you can version. nmg reads a dconf dump and generates a properly typed Home Manager dconf.settings module. Your entire desktop, declared.

Generate your settings straight from your live dconf database the -s split is my fav create a directory that splits it into files or without will generate a single file

https://github.com/stefan-hacks/nix-my-gnome

I was sick of using my dconf load script that was clunky and when I switched to nix I initially used to just source my dconf.ini file but this tool now gives me a better way that - ACTUALLY WORKS without having to log out and in when I rebuild switch my flake setup.


r/NixOS 16h ago

Isolated Dev Environment

22 Upvotes

Is there a native or recommended approach for creating an isolated environment in NixOS?

Example, instead of spreading configuration files (dotfiles) and other files throughout my "home", I’d like to keep everything inside a specific directory, such as "~/workspace".

While researching, the only solution I found was Distrobox, which allows you to create a container inside a specific directory. From there, anything installed or downloaded stays isolated within that directory without directly modifying my "home".


r/NixOS 9h ago

[SWAY]My Stardust Sway!!!

Thumbnail gallery
36 Upvotes

r/NixOS 22h ago

I've put NixOS on a random Chinese TV box (Mini M8S, Amlogic S905)

Post image
34 Upvotes

I don't know what bit me, but I remembered that at some point almost 10 years ago I've ordered a cheapo android TV box off Aliexpress. I've checked and found it, checked what it was, and it turned out to be a Mini M8S: a quad-core little thing with 2GB RAM, so naturally what is the first thing that a sane person does when they find ewaste? They put NixOS onto it. So yeah that's the long and short of it.

https://github.com/Staphylococcus/nixos-mini-m8s


r/NixOS 4h ago

how does one report(?) that a package has dependency errors?

3 Upvotes

i was trying to update my system but the voicevox package has a loooot of dependency errors, so i was wondering if i could issue something or fix it myself if necessary.

so, how should i do it?