24.05 Fixed terminal, vim, lix and stuff

Also "fixed" display link, but turned out that the display cable wasn't
plugged in correctly anymore...
This commit is contained in:
Geoffrey Frogeye 2024-06-02 22:30:18 +02:00
parent 3479927d32
commit 48bf80f1c0
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 14 additions and 101 deletions

View file

@ -14,7 +14,7 @@
enableZshIntegration = true;
};
nix = {
package = lib.mkDefault pkgs.nixFlakes;
package = lib.mkDefault pkgs.lix;
settings = {
experimental-features = [ "nix-command" "flakes" ];
warn-dirty = false;