homemanager: Move vscode to own module
This commit is contained in:
parent
dfd35d579b
commit
40bbb757a1
2 changed files with 14 additions and 4 deletions
|
@ -11,6 +11,7 @@ in {
|
|||
home-manager.users.fleaz = { pkgs, ... }: {
|
||||
imports = [
|
||||
modules/neovim.nix
|
||||
modules/vscode.nix
|
||||
];
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
|
@ -18,10 +19,6 @@ in {
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
home.packages = with pkgs; [
|
||||
httpie
|
||||
|
||||
vscode
|
||||
vscode-extensions.vscodevim.vim
|
||||
|
||||
wdisplays
|
||||
albert
|
||||
firefox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue