Fix utility script bugs
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -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";
|
||||
|
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user