This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ lib, config, ... }:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ lib, config, ... }:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
@@ -12,6 +12,7 @@ in
|
||||
config = mkIf config.smayzy.desktop.enable {
|
||||
smayzy = {
|
||||
base = true;
|
||||
power = "desktop";
|
||||
steam.enable = true;
|
||||
prism.enable = true;
|
||||
firefox.enable = true;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ lib, config, ... }:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
@@ -12,6 +12,7 @@ in
|
||||
config = mkIf config.smayzy.laptop.enable {
|
||||
smayzy = {
|
||||
base = true;
|
||||
power = "laptop";
|
||||
grub-on-lap.enable = true;
|
||||
prism.enable = true;
|
||||
firefox.enable = true;
|
||||
@@ -43,6 +44,5 @@ in
|
||||
fritzing.enable = true;
|
||||
aegisub.enable = true;
|
||||
};
|
||||
services.logind.lidSwitch = "ignore";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user