This commit is contained in:
Peder Bergebakken Sundt 2024-07-10 00:36:50 +02:00
parent c4d9d0df85
commit f9b4345938
2 changed files with 8 additions and 0 deletions

View File

@ -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 )

7
profiles/lix.nix Normal file
View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
# https://lix.systems/add-to-config/
{
nix.package = pkgs.lix;
}