flake: working finally

This commit is contained in:
Charlie Root 2024-09-08 20:49:30 +02:00
commit 56c8700fc0
5 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1 @@
_: {}

View file

@ -2,8 +2,13 @@
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} = {
imports = [./default.nix];
home.pointerCursor = {
# inherit the default values set in the options,
# since these are the once I need on all my systems.