update homemanager settings
This commit is contained in:
parent
de356d359a
commit
3cf6119405
|
@ -9,6 +9,7 @@
|
|||
with lib.wyrdgard; {
|
||||
wyrdgard = {
|
||||
apps.cli-apps = {
|
||||
kitty = enabled;
|
||||
fish = enabled;
|
||||
home-manager = enabled;
|
||||
};
|
||||
|
|
|
@ -17,14 +17,6 @@ with lib.wyrdgard; {
|
|||
environment.variables.EDITOR = "nvim";
|
||||
environment.variables.SUDOEDITOR = "nvim";
|
||||
|
||||
# Configure Home-Manager options from NixOS.
|
||||
snowfallorg.user.cholli.home.config = {
|
||||
programs.kitty = {
|
||||
theme = "Tokyo Night";
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
wyrdgard = {
|
||||
apps = {
|
||||
vivaldi = enabled;
|
||||
|
|
Loading…
Reference in a new issue