add missing import of own hm-module on nixdesk
This commit is contained in:
parent
193c64b772
commit
114a5eae9d
1 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
{inputs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
self.homeManagerModules.xun
|
||||
inputs.small-nvim.homeManagerModules.small-nvim
|
||||
./kanshi.nix
|
||||
./defaults.nix
|
||||
|
@ -28,8 +33,8 @@
|
|||
../../programs/desktop/sway
|
||||
|
||||
# development
|
||||
../../develop
|
||||
../../develop/small-misc.nix
|
||||
#../../develop
|
||||
#../../develop/small-misc.nix
|
||||
|
||||
# programs
|
||||
../../programs/misc/keepassxc.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue