Fix: Optimise imports

This commit is contained in:
DuN0z 2025-10-29 08:53:20 +01:00
parent 000d1c4833
commit 567d2949f9
4 changed files with 3 additions and 4 deletions

View file

@ -4,9 +4,6 @@
lib,
...
}: {
imports = [
../common/browser.nix
];
home.packages = with pkgs; [
bspwm
sxhkd

View file

@ -1,6 +1,8 @@
{pkgs, ...}: {
imports = [
../desktop/bspwm.nix
../common/browser.nix
../common/nvim.nix
./lomig.nix
];
home = {

View file

@ -1,7 +1,6 @@
{pkgs, nvim-config, ...}: {
imports = [
../../hm/common/git.nix
../../hm/common/nvim.nix
../../hm/common/zsh.nix
];
home = {

View file

@ -8,6 +8,7 @@
environment.systemPackages = with pkgs; [
qemu
qemu_kvm
tunctl
virtiofsd
];