1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

lix: try out

This commit is contained in:
2026-02-11 16:44:46 +01:00
parent c6a11c1d79
commit 0a539e4a77
2 changed files with 3 additions and 4 deletions

View File

@@ -170,6 +170,7 @@ in
./fonts.nix ./fonts.nix
./hledger.nix ./hledger.nix
./htop.nix ./htop.nix
./lix.nix
./uni.nix ./uni.nix
# ./i3.nix # ./i3.nix
./graphical ./graphical

View File

@@ -1,13 +1,11 @@
{ {
pkgs, pkgs,
lib,
... ...
}: }:
{ {
nixpkgs = {
config.allowUnfree = true;
};
nix = { nix = {
package = pkgs.nixVersions.stable; package = lib.mkForce pkgs.lix;
settings.experimental-features = [ "nix-command" "flakes" ]; settings.experimental-features = [ "nix-command" "flakes" ];
}; };
} }