Remove unused files and references

This commit is contained in:
Oliver Davies 2024-07-08 19:20:22 +01:00
parent 84cff06cf3
commit ad796ad495
8 changed files with 2 additions and 280 deletions
lib/nixos/home-manager/modules

View file

@ -1,11 +0,0 @@
{ pkgs, ... }:
{
gtk = {
enable = true;
theme.package = pkgs.arc-theme;
theme.name = "Arc-Dark";
iconTheme.package = pkgs.arc-icon-theme;
iconTheme.name = "Arc";
};
}