home-manager purged

This commit is contained in:
Charlie Root 2024-11-19 14:20:00 +01:00
commit 6755222762
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
14 changed files with 54 additions and 583 deletions

View file

@ -1,24 +1,6 @@
{config, ...}: let
inherit (config.modules.style.cursor) package name size;
inherit (config.modules.other.system) username;
in {
_: {
imports = [
./qt.nix
# ./gtk.nix
./colors.nix
./fonts.nix
];
# home-manager.users.${username} = {
# home.pointerCursor = {
# # inherit the default values set in the options,
# # since these are the once I need on all my systems.
# inherit package name size;
# # make gtk follow the cursor choices
# # gtk.enable = true;
# # ditto
# x11.enable = true;
# };
# };
}