Fix utility script bugs

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-12-20 10:00:01 +00:00
parent dbc913fcd8
commit 6c32412fa3
7 changed files with 35 additions and 20 deletions

View File

@@ -14,10 +14,10 @@ in
(pkgs.formats.json { }).generate "lens-user-store.json"
{
__internal__ = {
migrations = {
version = "6.5.0";
};
};
migrations = {
version = "6.5.0";
};
};
preferences = {
colorTheme = "system";

View File

@@ -1 +1,13 @@
# installer
I have automated myself out of a job. How to use:
1. Boot into installer
2. Unlock luks partition
3. Run the following commands:
```
cd /etc/nixos
direnv allow
sudo ./lib/scripts/install.sh
```