added sublime and joplin options
This commit is contained in:
@@ -63,7 +63,9 @@
|
||||
# # fonts?
|
||||
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
||||
]
|
||||
++ lib.optionals config.graphical.discord [ discord ];
|
||||
++ lib.optional config.graphical.discord discord
|
||||
++ lib.optional config.graphical.joplin joplin-desktop
|
||||
++ lib.optional config.graphical.sublime sublime4;
|
||||
|
||||
# Home Manager can also manage your environment variables through
|
||||
# 'home.sessionVariables'. These will be explicitly sourced when using a
|
||||
|
||||
Reference in New Issue
Block a user