added dev.nix
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/default/desktop.nix
|
../../modules/default/desktop.nix
|
||||||
|
../../modules/default/dev.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../../packages/python/default.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user