collect vscode imports
This commit is contained in:
parent
3154dcc1e7
commit
ea887fb764
6 changed files with 6 additions and 5 deletions
|
|
@ -9,7 +9,6 @@
|
|||
./hardware-configuration.nix
|
||||
../../modules
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.vscode-server.nixosModules.default
|
||||
];
|
||||
|
||||
myModules = {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
./hardware-configuration.nix
|
||||
../../modules
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.vscode-server.nixosModules.default
|
||||
];
|
||||
|
||||
myModules = {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
../../modules
|
||||
inputs.raspberry-pi-nix.nixosModules.raspberry-pi
|
||||
inputs.nixos-hardware.nixosModules.raspberry-pi-5
|
||||
inputs.vscode-server.nixosModules.default
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
inputs.vscode-server.nixosModules.default
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
inputs.vscode-server.nixosModules.default
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,12 @@
|
|||
inputs,
|
||||
...
|
||||
}: {
|
||||
|
||||
imports = [
|
||||
inputs.vscode-server.nixosModules.default
|
||||
];
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.osbm-nvim.packages."${pkgs.stdenv.hostPlatform.system}".default
|
||||
wget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue