diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 13:44:36 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 13:44:36 +0200 |
| commit | 34eb9dbb4c95cacfadb45ff375a8c24ee260ef5c (patch) | |
| tree | 643859f175710b24ebb691f3bd8ee6d12e2b3957 /system | |
| parent | d2134effe86d80ae47a6f7a92a098b5a3e8f2312 (diff) | |
Updated nixowos config to change name and branding
Diffstat (limited to 'system')
| -rw-r--r-- | system/nixowos.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/system/nixowos.nix b/system/nixowos.nix index 8157eb3..a716723 100644 --- a/system/nixowos.nix +++ b/system/nixowos.nix @@ -1,6 +1,13 @@ {...}: { nixowos = { enable = true; - overlays.enable = true; + overlays = { + enable = true; + nixos-icons = true; + }; + os-release = { + enable = true; + changeName = true; + }; }; } |
