Move dingbox to daniel and create progs dir

This commit is contained in:
2021-11-08 22:37:37 +00:00
parent fe8a32d7b6
commit 4ecc51c673
9 changed files with 11 additions and 86 deletions

View File

@@ -44,7 +44,7 @@
homeDirectory = "/home/daniel";
configuration = {
imports = [
./user/dingbox/home.nix
./user/daniel/home.nix
({ pkgs, ... }: {
nixpkgs.overlays = [ i3utils.overlay ];
})