added vscode module
This commit is contained in:
6
home.nix
6
home.nix
@@ -7,6 +7,7 @@
|
||||
./homeManagerModules/shell.nix
|
||||
./homeManagerModules/ssh.nix
|
||||
./homeManagerModules/docker.nix
|
||||
./homeManagerModules/vscode.nix
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
@@ -32,6 +33,11 @@
|
||||
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
|
||||
# # fonts?
|
||||
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
||||
] ++ lib.optionals config.graphical [
|
||||
discord
|
||||
spotify
|
||||
sublime4
|
||||
joplin-desktop
|
||||
];
|
||||
|
||||
# Home Manager can also manage your environment variables through
|
||||
|
||||
Reference in New Issue
Block a user