-
I had heard that there was some work being done on the main repos for a NixOS module for zen browser (might be true, might not be true, don't trust me on that entirely.) and now it begs the question o…
-
I've been facing this issue for a couple of days that stylix only themes my system packages but not the ones installed by home-manager. For example, gnome-shell is themed but not the gnome programs th…
-
**Is your feature request related to a problem? Please describe.**
Currently, to upgrade packages, we need to run `system-manager switch` and `home-manager switch` separetly.
**Describe the soluti…
-
I'm seeing a strange issue on nixos regarding stylix. When I have the home-manager module for zsh loaded, stylix fails to apply some settings to my nixos system. I get the wallpaper and cursors, but u…
-
Deploy a home-manager module for use with nix.
Status:
- [x] Develop nixpkgs unmenu nix package derivation
- [x] Develop Proof-Of-Concept Home-Manager Module derivation with hm-options
- [ ] C…
-
If we're not aiming for actual INI parsing (is there even a formal spec?), parsing [these](https://github.com/catppuccin/swaylock/blob/77246bbbbf8926bdb8962cffab6616bc2b9e8a06/themes/macchiato.conf) i…
-
I am importing the `agenix` module into my `home-manager config like [so](https://github.com/GideonWolfe/nix/blob/6e321c216500a65844be846bbbcde12d38e6914d/flake.nix#L69C1-L69C46)
```nix
home…
-
Without a module for home-manager, I am unable to fully replace `sops-nix` (or `agenix`) with `secrix`.
Would be nice if there was a flake output: `homeManagerModules.secrix` that defined options s…
-
I need to set an environment variable depending on if a home manager module is enabled. Specifically I want something like this:
```Nix
environment.sessionVariables.NIXOS_OZONE_WL = mkIf snowfallo…
-
**Describe the bug**
I'm using the lib function `mkAliasOptionModule` to provide easy access to home-manager config via an option alias. It turns this:
```nix
home-manager.users.emanresu.foo.bar =…