reorg
This commit is contained in:
12
modules/programs/desktop.nix
Normal file
12
modules/programs/desktop.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user