nixos-config icon indicating copy to clipboard operation
nixos-config copied to clipboard

General purpose Nix configuration for macOS / NixOS with starter templates, step-by-step guides, and more ✨

Results 7 nixos-config issues
Sort by recently updated
recently updated
newest added

Hello, you have a very nice dock module. Have you considered adding it to https://github.com/LnL7/nix-darwin? Thought it might not that straightforward: https://github.com/LnL7/nix-darwin/blob/230a197063de9287128e2c68a7a4b0cd7d0b50a7/modules/system/defaults/dock.nix#L118. But still the community will definitely benefit from...

I want to add [Stylix](https://danth.github.io/stylix/) with the option to generate a wallpaper dynamically ([See this option](https://danth.github.io/stylix/tricks.html#dynamic-wallpaper-generation-based-on-selected-theme)). But if I use this example: ```nix stylix = { image = config.lib.stylix.pixel "base0A";...

Some users have asked to disable `emacs` and how to do that. We should ask the user what editor they want as part of install process: `vim`, `nvim`, or `emacs`...

feature

Move XDG share directory to a non-boot partition, switch from ext3 to zfs, and implement nix-impermanence. https://github.com/nix-community/impermanence

feature

Currently, we run `bin/apply` to ask the user for some info, and run a `sed` replace function to replace various static tokens throughout the code. These look like `%USER%`, `%HOST_NAME%`,...

refactor

See this link: https://hyprland.org/

feature

The final error message ("Error occurred while downloading...") is currently in the `progn`-block, causing the `dl/download-default-config` function to always error. This moves the error outside the `progn`-block and should fix...