lix
This commit is contained in:
parent
c4d9d0df85
commit
f9b4345938
1
base.nix
1
base.nix
|
@ -5,6 +5,7 @@
|
||||||
./cachix.nix # update with `cachix use --mode nixos -d . FOOBAR`
|
./cachix.nix # update with `cachix use --mode nixos -d . FOOBAR`
|
||||||
./profiles/locale-no.nix
|
./profiles/locale-no.nix
|
||||||
./profiles/upgrade-diff.nix
|
./profiles/upgrade-diff.nix
|
||||||
|
./profiles/lix.nix
|
||||||
# results of 'nixos-generate-config'
|
# results of 'nixos-generate-config'
|
||||||
# nice to have if i just dump this flake into /etc/nixos on a clean install
|
# nice to have if i just dump this flake into /etc/nixos on a clean install
|
||||||
(ifExists ./configuration.nix )
|
(ifExists ./configuration.nix )
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
# https://lix.systems/add-to-config/
|
||||||
|
|
||||||
|
{
|
||||||
|
nix.package = pkgs.lix;
|
||||||
|
}
|
Loading…
Reference in New Issue