This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
system.activationScripts.applications.text = let | |
env = pkgs.buildEnv { | |
name = "system-applications"; | |
paths = config.environment.systemPackages; | |
pathsToLink = "/Applications"; | |
}; | |
in | |
pkgs.lib.mkForce '' | |
# Set up applications. | |
echo "setting up /Applications..." >&2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Dark NixOS Package, Wiki and Main Site | |
// @namespace http://userstyles.org | |
// @description Darkened NixOS Websites, includes Wiki and Package Search | |
// @author Thomas Leon Highbaugh | |
// @homepage https://userstyles.org/styles/163453 | |
// @match http://nixos.org/* | |
// @match https://nixos.org/* | |
// @match http://*.nixos.org/* | |
// @match https://*.nixos.org/* |