Skip to content

Commit

Permalink
nix: remove style.default.css from homemanager
Browse files Browse the repository at this point in the history
  • Loading branch information
abenz1267 committed Aug 4, 2024
1 parent 5d6eb25 commit 3aa7fa7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nix/hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ in {
default = builtins.fromJSON (builtins.readFile ../config/config.default.json);
description = "Configuration";
};
style = mkOption {
type = types.str;
default = builtins.readFile ../ui/themes/style.default.css;
description = "Theming";
};
};
};

Expand Down

0 comments on commit 3aa7fa7

Please sign in to comment.