snowhawk: linux documentation
This commit is contained in:
parent
ad69f97952
commit
9670caae7d
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,12 @@
|
|||
user = "ravenshade";
|
||||
};
|
||||
|
||||
documentation = {
|
||||
enable = true;
|
||||
dev.enable = true;
|
||||
man.enable = true;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
users = { "ravenshade" = import ./home.nix; };
|
||||
backupFileExtension = "backup";
|
||||
|
@ -72,6 +78,8 @@
|
|||
curl
|
||||
git
|
||||
killall
|
||||
|
||||
linux-manual
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue