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

@ -1,9 +1,6 @@
_: { _: {
imports = [ imports = [
./cli
./gui
./tui/module.nix ./tui/module.nix
./editors
./other/module.nix ./other/module.nix
./launchers/module.nix ./launchers/module.nix
]; ];

View file

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

View file

@ -2,8 +2,13 @@
inherit (config.modules.style.cursor) package name size; inherit (config.modules.style.cursor) package name size;
inherit (config.modules.other.system) username; inherit (config.modules.other.system) username;
in { in {
imports = [
./qt.nix
./gtk.nix
./colors.nix
./fonts.nix
];
home-manager.users.${username} = { home-manager.users.${username} = {
imports = [./default.nix];
home.pointerCursor = { home.pointerCursor = {
# inherit the default values set in the options, # inherit the default values set in the options,
# since these are the once I need on all my systems. # since these are the once I need on all my systems.