moved home manager modules
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# This module is for programs with GUIs that run in a desktop environment
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake.homeModules.desktop =
|
||||
flake.modules.homeManager.desktop =
|
||||
{
|
||||
imports = with inputs.self.homeModules; [
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
onepassword
|
||||
ghostty
|
||||
sublime
|
||||
|
||||
Reference in New Issue
Block a user