mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
added custom man script
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
];
|
||||
|
||||
|
||||
documentation.man.generateCaches = true; # used for the man script
|
||||
|
||||
# grub theme
|
||||
boot.loader.grub = {
|
||||
|
||||
@@ -73,6 +73,7 @@ home.packages = [
|
||||
(pkgs.callPackage ../../modules/scripts/performance-mode.nix {})
|
||||
(pkgs.callPackage ../../modules/scripts/btm.nix {})
|
||||
(pkgs.callPackage ../../modules/scripts/manix.nix {})
|
||||
(pkgs.callPackage ../../modules/scripts/man.nix {})
|
||||
#pkgs
|
||||
pkgs.gruvbox-gtk-theme
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
|
||||
Reference in New Issue
Block a user