Removed stylix import from theming module

This commit is contained in:
Jan-Bulthuis 2024-12-02 00:55:42 +01:00
parent ac628036a9
commit bb3deb5f31
1 changed files with 3 additions and 8 deletions

View File

@ -9,14 +9,6 @@ with lib;
let
cfg = config.theming;
# Stylix
stylix = pkgs.fetchFromGitHub {
owner = "danth";
repo = "stylix";
rev = "1ff9d37d27377bfe8994c24a8d6c6c1734ffa116";
sha256 = "0dz8h1ga8lnfvvmvsf6iqvnbvxrvx3qxi0y8s8b72066mqgvy8y5";
};
# Font module type
fontModule = types.submodule {
options = {
@ -311,6 +303,9 @@ in
enable = true;
nix-direnv.enable = true;
};
modules.git.ignores = [
".direnv"
];
# TODO: Make cursors configurable using modules.
home.pointerCursor = {