UN-HOME-MANAGER-MY-CONFIG

HM BE GONE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
Charlie Root 2024-11-04 12:47:16 +01:00
commit 050a360fbb
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 47 additions and 47 deletions

View file

@ -4,21 +4,21 @@
in {
imports = [
./qt.nix
./gtk.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;
# 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;
# # make gtk follow the cursor choices
# # gtk.enable = true;
# ditto
x11.enable = true;
};
};
# # ditto
# x11.enable = true;
# };
# };
}