Removed stylix import from theming module
This commit is contained in:
parent
ac628036a9
commit
bb3deb5f31
|
@ -9,14 +9,6 @@ with lib;
|
||||||
let
|
let
|
||||||
cfg = config.theming;
|
cfg = config.theming;
|
||||||
|
|
||||||
# Stylix
|
|
||||||
stylix = pkgs.fetchFromGitHub {
|
|
||||||
owner = "danth";
|
|
||||||
repo = "stylix";
|
|
||||||
rev = "1ff9d37d27377bfe8994c24a8d6c6c1734ffa116";
|
|
||||||
sha256 = "0dz8h1ga8lnfvvmvsf6iqvnbvxrvx3qxi0y8s8b72066mqgvy8y5";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Font module type
|
# Font module type
|
||||||
fontModule = types.submodule {
|
fontModule = types.submodule {
|
||||||
options = {
|
options = {
|
||||||
|
@ -311,6 +303,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
modules.git.ignores = [
|
||||||
|
".direnv"
|
||||||
|
];
|
||||||
|
|
||||||
# TODO: Make cursors configurable using modules.
|
# TODO: Make cursors configurable using modules.
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
|
|
Loading…
Reference in New Issue