task | formating updates
This commit is contained in:
parent
16ae54de7e
commit
9050e73d27
4 changed files with 21 additions and 29 deletions
|
|
@ -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