Files
dendritic/modules/programs/desktop.nix
John Lancaster cf2ba8731d reorg
2026-03-11 08:49:07 -05:00

13 lines
264 B
Nix

# This module is for programs with GUIs that run in a desktop environment
{ inputs, ... }:
{
flake.modules.homeManager.desktop =
{
imports = with inputs.self.modules.homeManager; [
onepassword
ghostty
sublime
];
};
}