| # Snowfall Lib provides a customized `lib` instance with access to your flake's library |
| # as well as the libraries available from your flake's inputs. |
| # An instance of `pkgs` with your overlays and packages applied is also available. |
| # You also have access to your flake's inputs. |
| # Additional metadata is provided by Snowfall Lib. |
| home, # The home architecture for this host (eg. `x86_64-linux`). |
| target, # The Snowfall Lib target for this home (eg. `x86_64-home`). |
| format, # A normalized name for the home target (eg. `home`). |
| virtual, # A boolean to determine whether this home is a virtual target using nixos-generators. |
| host, # The host name for this home. |
| # All other arguments come from the home home. |
| chimera.users.minion.enable = true; |
| chimera.nextcloud.enable = true; |
| modules.temperature.hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input"; |
| modules.laptop.enable = true; |
| chimera.input.touchpad.enable = true; |
| chimera.hyprland.enable = false; |
| chimera.niri.enable = true; |
| chimera.niri.monitors = { |
| chimera.theme.wallpaper = ./wallpaper.png; |
| programs.emacs.package = pkgs.emacs-pgtk; |