mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
documentation: separated into new file
This commit is contained in:
@@ -29,13 +29,12 @@
|
||||
../../modules/nixos/bluetooth.nix
|
||||
../../modules/nixos/audioAndMedia.nix
|
||||
../../modules/nixos/windowManager.nix
|
||||
../../modules/nixos/documentation.nix
|
||||
];
|
||||
|
||||
|
||||
programs.nix-ld.enable = true; #Run unpatched dynamic binaries on NixOS. For example lets run ./a.out from gcc
|
||||
|
||||
documentation.man.generateCaches = true; # used for the man script
|
||||
|
||||
qt.enable = true;
|
||||
|
||||
home-manager = {
|
||||
@@ -50,11 +49,6 @@
|
||||
services.dbus.enable = true;
|
||||
security.polkit.enable = true;
|
||||
|
||||
environment.pathsToLink = [
|
||||
"/share/applications"
|
||||
"/share/xdg-desktop-portal"
|
||||
];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Zurich";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user