task | formating updates
This commit is contained in:
parent
16ae54de7e
commit
9050e73d27
4 changed files with 21 additions and 29 deletions
|
|
@ -2,20 +2,16 @@
|
|||
with lib;
|
||||
let cfg = config.roles.kmscon;
|
||||
in {
|
||||
options.roles.kmscon = {
|
||||
enable = mkEnableOption "roles kmscon";
|
||||
};
|
||||
options.roles.kmscon = { enable = mkEnableOption "roles kmscon"; };
|
||||
config = mkIf cfg.enable {
|
||||
services = {
|
||||
kmscon = {
|
||||
enable = true;
|
||||
fonts = [
|
||||
{
|
||||
fonts = [{
|
||||
# name = "Source Code Pro";
|
||||
name = "FiraCode Nerd Font Mono";
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
}
|
||||
];
|
||||
}];
|
||||
extraConfig = ''
|
||||
font-size=18
|
||||
palette=custom
|
||||
|
|
@ -31,7 +27,7 @@ in {
|
|||
palette-red=255, 149, 128
|
||||
palette-white=248, 248, 242
|
||||
palette-yellow=255, 255, 128
|
||||
'';
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -50,9 +50,7 @@ in {
|
|||
};
|
||||
check-nic = {
|
||||
description = "Adjust tailscale MTU based on location";
|
||||
unitConfig = {
|
||||
Type = "simple";
|
||||
};
|
||||
unitConfig = { Type = "simple"; };
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
Environment =
|
||||
|
|
|
|||
|
|
@ -2,11 +2,9 @@
|
|||
with lib;
|
||||
let cfg = config.roles.wine;
|
||||
in {
|
||||
options.roles.wine = {
|
||||
enable = mkEnableOption "roles wine";
|
||||
};
|
||||
options.roles.wine = { enable = mkEnableOption "roles wine"; };
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.don.home.packages = with pkgs; [
|
||||
home-manager.users.don.home.packages = with pkgs; [
|
||||
# wineWowPackages.stable
|
||||
wineWowPackages.waylandFull
|
||||
winetricks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue