start of wine desktop apps
This commit is contained in:
parent
1776e594c7
commit
f2024a5b37
2 changed files with 22 additions and 0 deletions
8
lib/windows.nix
Normal file
8
lib/windows.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ lib, self, ... }:
|
||||
let
|
||||
in
|
||||
{
|
||||
mkWinApp = { }: {
|
||||
|
||||
};
|
||||
}
|
14
modules/home/desktop/applications/studio.nix
Normal file
14
modules/home/desktop/applications/studio.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, lib, pkgs, user, ... }:
|
||||
let
|
||||
inherit (lib) mkIf;
|
||||
inherit (lib.my) mkWinApp;
|
||||
|
||||
cfg = config.modules.${user}.desktop.applications.studio;
|
||||
in
|
||||
{
|
||||
options.${user}.desktop.applications.studio = {};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue