This commit is contained in:
Chris Kruining 2024-07-23 23:37:41 +02:00
parent d3f9972a46
commit 2b71c1bb8e
8 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
imports = [ ./hardware-configuration.nix ];
modules = {
themes.active = "everforrest";
themes.active = "everforest";
networking.enable = true;

View file

@ -3,7 +3,7 @@
imports = [ ./hardware.nix ];
modules = {
themes.active = "everforrest";
themes.active = "everforest";
networking.enable = true;

View file

@ -3,7 +3,7 @@
imports = [ ./hardware.nix ];
modules = {
themes.active = "everforrest";
themes.active = "everforest";
networking.enable = true;

View file

@ -3,7 +3,7 @@
imports = [ ./hardware-configuration.nix ];
modules = {
themes.active = "everforrest";
themes.active = "everforest";
networking.enable = true;

View file

@ -50,7 +50,7 @@ in {
pointer = {
name = mkOpt str "";
package = mkPackageOption pkgs "pointer" {};
size = mkOpt int "";
size = mkOpt int 0;
};
onReload = mkOpt (attrsOf lines) {};

View file

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 183 KiB

Before After
Before After