Remove stylix

This commit is contained in:
2025-12-14 00:11:05 -05:00
parent 369e40546e
commit f480e78641
7 changed files with 2 additions and 356 deletions

View File

@@ -13,16 +13,6 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
image = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/davegallant/nix-config/refs/heads/main/nixos-wallpaper.png";
sha256 = "Ztqn9+CHslr6wZdnOTeo/YNi/ICerpcFLyMArsZ/PIY=";
};
polarity = "dark";
};
security.sudo-rs = {
enable = true;
execWheelOnly = true;