Use channels from flake inputs
This commit is contained in:
parent
f4fc83d877
commit
1e35bc3d10
|
@ -1,7 +1,13 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
systemd.tmpfiles.rules =
|
||||||
|
lib.mapAttrsToList (key: value: "L+ /etc/channels/${key} - - - - ${value.outPath}")
|
||||||
|
inputs;
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
nixPath =
|
||||||
|
[ "/etc/channels" "/nix/var/nix/profiles/per-user/root/channels" ];
|
||||||
settings.auto-optimise-store = true;
|
settings.auto-optimise-store = true;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
r128gain
|
r128gain
|
||||||
simple-scan
|
simple-scan
|
||||||
|
skanlite
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
||||||
# Linux tools
|
# Linux tools
|
||||||
|
|
Loading…
Reference in a new issue