custom dwm

This commit is contained in:
2024-04-22 10:37:18 +02:00
parent 5d6abd228e
commit 9fada7f2c5
7 changed files with 35 additions and 22 deletions

View File

@@ -62,7 +62,7 @@
in {
# Your custom packages
# Accessible through 'nix build', 'nix shell', etc
packages = forAllSystems (system: import ./pkgs nixpkgs.legacyPackages.${system});
# packages = forAllSystems (system: import ./pkgs nixpkgs.legacyPackages.${system});
# Formatter for your nix files, available through 'nix fmt'
# Other options beside 'alejandra' include 'nixpkgs-fmt'
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);