consistency

This commit is contained in:
2026-03-13 15:24:19 +00:00
parent e4d859a6ae
commit e4a20ddeb9
8 changed files with 112 additions and 104 deletions

View File

@@ -4,6 +4,10 @@
pkgs,
...
}: {
home.packages = with pkgs; [
vivid
];
programs.nushell = {
enable = true;
@@ -277,9 +281,5 @@
};
};
};
home.packages = with pkgs; [
vivid
];
};
}