feat(ooksphone) add colorscheme
This commit is contained in:
parent
c25f160e81
commit
1bf362e4a0
5 changed files with 82 additions and 9 deletions
|
|
@ -1,16 +1,17 @@
|
|||
{ inputs, outputs, config, ... }:
|
||||
{ ... }:
|
||||
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../modules
|
||||
../../../profiles
|
||||
];
|
||||
|
||||
theme.phone.enable = true;
|
||||
|
||||
homeModules = {
|
||||
console.editor.helix.enable = true;
|
||||
};
|
||||
|
||||
home.sessionVariables.HN = "ooksphone";
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue