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