-
Symlinking dotfiles from the nix store to user directories makes it difficult/annoying to test changes to those files. We propose that it might be better if home manager rebuilds deployed those dotfil…
-
I tried to follow your youtube tutorial on dotfile management with nix and home-manager, but when I try to follow your home-manager home.nix configuration, I get the following error message:
```
err…
-
**Describe the bug**
This store path can only be pushed from `aarch64-linux` but not `aarch64-darwin`:
```
/nix/store/l1idam2hqgvg8hyngk09bfy0an1pmcv6-home-manager-path: the computed NAR hash d…
-
Hi there,
Firstly, thanks for putting together this nix package + nixos module! It's been very useful for me.
Wanted to run something by you. When the systemd service starts, I get the following…
-
so that people could reproducibly instantiate it on their system with a single command
-
My custom config is
https://github.com/aspauldingcode/.dotfiles
and the first rebuild to install nix-darwin and build with the project flake fails with the command:
`nix run --extra-experimental…
-
```
with import {};
stdenv.mkDerivation {
name = "dckc-pydev";
buildInputs = [ emacs emacsPackages.flycheck pythonPackages.flake8];
}
```
http://sandervanderburg.blogspot.com/2014/07/managing-…
dckc updated
4 months ago
-
I can't update (more details below).
I have XCode command line tools installed using `xcode-select --install`.
I tried setting both GNU and Clang as default compilers with `CC` and `CXX`, both r…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue …
terxw updated
3 weeks ago
-
I was wondering, what is the dynamic of home-manager with snowfall v3? I've read that in https://github.com/snowfallorg/lib/issues/7 standalone home manager is possible, my question is, how do I achie…