working
This commit is contained in:
parent
caf6a5517c
commit
f59ea55244
10 changed files with 24 additions and 23 deletions
|
|
@ -7,7 +7,6 @@
|
|||
enable = true;
|
||||
package = helix.packages.${pkgs.system}.default;
|
||||
settings = {
|
||||
theme = "gruvbox_dark_hard";
|
||||
editor = {
|
||||
line-number = "relative";
|
||||
mouse = false;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
config,
|
||||
system-config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
|
|
@ -32,5 +32,5 @@
|
|||
lutris
|
||||
];
|
||||
in
|
||||
common ++ (lib.optionals config.gaming.enable gaming);
|
||||
common ++ (lib.optionals system-config.gaming.enable gaming);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue