flake-parts: yggdrasil done
This commit is contained in:
parent
ebc8a545c8
commit
72fda87328
10 changed files with 228 additions and 58 deletions
|
|
@ -47,7 +47,7 @@
|
|||
};
|
||||
|
||||
homeManager.cholli =
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
defaultIconFileName = "profile.png";
|
||||
in
|
||||
|
|
@ -64,6 +64,12 @@
|
|||
".face".source = ./${defaultIconFileName};
|
||||
"Pictures/${defaultIconFileName}".source = ./${defaultIconFileName};
|
||||
};
|
||||
|
||||
packages = with pkgs; [ graphviz ];
|
||||
shellAliases = {
|
||||
nixsize = "nix-du -n=50 | dot -Tsvg > ~/Pictures/store.svg";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue