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

Personal nixos and home-manager configurations.

Results 19 nix-config issues
Sort by recently updated
recently updated
newest added

First I want to thank you for putting together some very useful configs. Between your starter config and this one, it's a really nice on-ramp for more interesting configurations. There...

I've been testing out using Systemd as the initrd system on NixOS (which at best seems to be in an alpha state...) and I've run into some issues/questions with the...

Hello, in nix-starter-config you say that to use impermanence with home-manager we have to use home-manager as a module. But it seems that you use it standalone. What is your...

So I am trying to test/learn nixos with your setup and learn and make my own version on my laptop. What I did was ``` nix-shell sudo home-manager switch --flake...

Hello, in your lsp module for nvim you define function that loads lsp if it finds the executable. Do you then configure the servers for separate projects or am I...

Hi, thanks a lot for this repo! I wonder if you could add some lines on how you install this on a new system, such as creating the partitions/encrypted partition...

Hi @Misterio77 I cannot see for looking, how Hydra accesses the workers. It ssh into them, but presume they are behind NAT and I cannot see where you set their...

The color in the colorscheme are in the bad order You can see the result with `msgcat --color=test` before and after the reorder color (see the colorname and the color...

I was looking at the ephemeral-btrfs module. I see you ensure needed directories exists: https://github.com/Misterio77/nix-config/blob/ec4bd4983695521e8d1016093f3d092ffbe5ca6e/hosts/common/optional/ephemeral-btrfs.nix#L13-L14 But as far I understand the impermanence module included in optin-persistence.nix should https://github.com/Misterio77/nix-config/blob/ec4bd4983695521e8d1016093f3d092ffbe5ca6e/hosts/common/global/optin-persistence.nix#L11-L20 Does it...