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 = [
|
imports = [
|
||||||
|
self.homeManagerModules.xun
|
||||||
inputs.small-nvim.homeManagerModules.small-nvim
|
inputs.small-nvim.homeManagerModules.small-nvim
|
||||||
./kanshi.nix
|
./kanshi.nix
|
||||||
./defaults.nix
|
./defaults.nix
|
||||||
|
@ -28,8 +33,8 @@
|
||||||
../../programs/desktop/sway
|
../../programs/desktop/sway
|
||||||
|
|
||||||
# development
|
# development
|
||||||
../../develop
|
#../../develop
|
||||||
../../develop/small-misc.nix
|
#../../develop/small-misc.nix
|
||||||
|
|
||||||
# programs
|
# programs
|
||||||
../../programs/misc/keepassxc.nix
|
../../programs/misc/keepassxc.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue