flake: working finally
This commit is contained in:
parent
348187eec8
commit
56c8700fc0
5 changed files with 7 additions and 4 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
_: {}
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue