mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: added razer packages
This commit is contained in:
parent
62bbd3a0d5
commit
f3b90e759f
3 changed files with 25 additions and 10 deletions
|
@ -7,16 +7,16 @@ in
|
|||
flake.homeModules =
|
||||
let
|
||||
inherit (config.machines.devices)
|
||||
callisto
|
||||
jupiter
|
||||
saturn
|
||||
ganymede
|
||||
charon
|
||||
mars
|
||||
venus
|
||||
deimos
|
||||
ceres
|
||||
;
|
||||
inherit (config.people) user0 user1 user2;
|
||||
in
|
||||
{
|
||||
"${jupiter.name}-${user0}" = {
|
||||
"${mars.name}-${user0}" = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
cli
|
||||
|
@ -52,10 +52,11 @@ in
|
|||
hypr
|
||||
wayland
|
||||
theming
|
||||
polychromatic
|
||||
;
|
||||
};
|
||||
};
|
||||
"${jupiter.name}-${user1}" = {
|
||||
"${mars.name}-${user1}" = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
cli
|
||||
|
@ -76,7 +77,7 @@ in
|
|||
;
|
||||
};
|
||||
};
|
||||
"${saturn.name}-${user2}" = {
|
||||
"${venus.name}-${user2}" = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
cli
|
||||
|
@ -106,7 +107,7 @@ in
|
|||
;
|
||||
};
|
||||
};
|
||||
"${ganymede.name}-${user0}" = {
|
||||
"${deimos.name}-${user0}" = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
cli
|
||||
|
@ -123,7 +124,7 @@ in
|
|||
;
|
||||
};
|
||||
};
|
||||
"${ganymede.name}-${user1}" = {
|
||||
"${deimos.name}-${user1}" = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
cli
|
||||
|
@ -144,7 +145,7 @@ in
|
|||
;
|
||||
};
|
||||
};
|
||||
"${callisto.name}-${user1}" = {
|
||||
"${charon.name}-${user1}" = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
cli
|
||||
|
|
11
modules/home/gui/apps/tools/polychromatic/default.nix
Executable file
11
modules/home/gui/apps/tools/polychromatic/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
polychromatic
|
||||
;
|
||||
};
|
||||
}
|
3
modules/nixos/hardware/razer/default.nix
Executable file
3
modules/nixos/hardware/razer/default.nix
Executable file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
hardware.openrazer.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue