Fix: Optimise imports
This commit is contained in:
parent
000d1c4833
commit
567d2949f9
4 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../desktop/bspwm.nix
|
||||
../common/browser.nix
|
||||
../common/nvim.nix
|
||||
./lomig.nix
|
||||
];
|
||||
home = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{pkgs, nvim-config, ...}: {
|
||||
imports = [
|
||||
../../hm/common/git.nix
|
||||
../../hm/common/nvim.nix
|
||||
../../hm/common/zsh.nix
|
||||
];
|
||||
home = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue