theming
This commit is contained in:
parent
53d75e1efe
commit
f876f2a7dd
2 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
};
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
theme = "fino-time";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -74,4 +75,5 @@
|
||||||
console.keyMap = "sg";
|
console.keyMap = "sg";
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,6 +45,7 @@ in {
|
||||||
python3
|
python3
|
||||||
rustdesk
|
rustdesk
|
||||||
neovim
|
neovim
|
||||||
|
tmux
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue