.
This commit is contained in:
parent
d3f9972a46
commit
2b71c1bb8e
8 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
modules = {
|
||||
themes.active = "everforrest";
|
||||
themes.active = "everforest";
|
||||
|
||||
networking.enable = true;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
imports = [ ./hardware.nix ];
|
||||
|
||||
modules = {
|
||||
themes.active = "everforrest";
|
||||
themes.active = "everforest";
|
||||
|
||||
networking.enable = true;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
imports = [ ./hardware.nix ];
|
||||
|
||||
modules = {
|
||||
themes.active = "everforrest";
|
||||
themes.active = "everforest";
|
||||
|
||||
networking.enable = true;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
modules = {
|
||||
themes.active = "everforrest";
|
||||
themes.active = "everforest";
|
||||
|
||||
networking.enable = true;
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ in {
|
|||
pointer = {
|
||||
name = mkOpt str "";
|
||||
package = mkPackageOption pkgs "pointer" {};
|
||||
size = mkOpt int "";
|
||||
size = mkOpt int 0;
|
||||
};
|
||||
|
||||
onReload = mkOpt (attrsOf lines) {};
|
||||
|
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 183 KiB |
Loading…
Add table
Add a link
Reference in a new issue