Skip to content

Commit

Permalink
Add devShell & gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Oct 16, 2024
1 parent aec4b6b commit f2d8422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dwm/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
config.h
*.o
dwm
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
};

outputs =
{ nixpkgs
{ self
, nixpkgs
, home-manager
, nixos-hardware
, flake-utils
Expand Down Expand Up @@ -98,7 +99,8 @@

devShells.default = pkgs.mkShell {
inherit (checks.pre-commit-check) shellHook;
packages = [ pkgs.python312Packages.qtile ];
packages = [ pkgs.python312Packages.qtile pkgs.bear ];
inputsFrom = [ self.packages.${system}.sigma-dwm ];
};

packages = {
Expand Down

0 comments on commit f2d8422

Please sign in to comment.