Reshuffling stuff
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# ./modules/apps/zen-browser.nix
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
mySystem = {
|
||||
apps.zenBrowser = {
|
||||
enable = true;
|
||||
# just store symbolic info, no direct pkgs reference
|
||||
packageRef = "zen-browser";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user