-
## Problem
Disko is currently somewhat tricky to maintain. Part of this comes from the current architecture that puts nix itself at the center of the entire operation, and uses it as a crude templa…
-
### 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 …
-
**Jami daemon as a service**
In addition to various clients, we currently package jami-daemon, although it's not really usable in it's current form. For one, it doesn't output the binary in the `bi…
-
### Describe the bug
This error message does not tell me where the error has to be fixed. It looks like the issue is in nixos code.
```
[root@gaming:~]# nixos-rebuild switch
building Nix...
b…
-
After #6794 was merged, my NixOS configuration started to fail with the following error:
```
building the system configuration...
error: while evaluating the attribute ‘config.system.build.toplevel’ …
-
## Issue description
On a system with initrd networking configured with DHCP, if you change `services.xserver.desktopManager.gnome3.enable` to `true`, suddenly
* nixos/modules/services/x11/deskt…
-
**Describe the bug**
I'm using home-manager modules from within my `configuration.nix`. When running `nixos-rebuild switch`, activating the home-manager environments fails for my two users. When in…
-
`cd opencv && nix-shell` fails:
```
[ 33%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/opencl_kernels_superres.cpp.o
Undefined symbols for architecture x86_64:
"_objc_set…
-
### Related problem
in nixos we use the `$fpath` to tell zsh from which directories to load completions and functions
for general usage this will be important for when programs start to include …
-
I want to imperatively select my wallpaper (with rofi). I figured that the nixOS module would act like most home-manager modules and simply let me configure the `matugen.toml` file instead of launchin…