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