various updates
This commit is contained in:
parent
7130afc3ad
commit
a7fc2a36a3
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
{ lib, ... }: {
|
||||
imports = [ ./nixvim/base.nix ];
|
||||
imports = [
|
||||
./nixvim/base.nix
|
||||
./nixvim/cmp.nix
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
extraConfigLuaPost = ''
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./alpha.nix
|
||||
./keymaps.nix
|
||||
./cmp.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
] ++ lib.optional (builtins.isString theme) ../../../../../stylix/themes/${theme}/home-manager/nixvim.nix;
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
./common/modules/networking.nix # Initial Networking configs
|
||||
./common/modules/nixos.nix # NixOS related items
|
||||
./common/modules/remote-builders.nix # Add remote builders
|
||||
./common/modules/hosts.nix # Adblockers
|
||||
|
||||
./users/${username}
|
||||
./hosts/${hostname}
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
# ../../common/modules/yubikey-auth.nix
|
||||
../../common/modules/builder.nix
|
||||
../../common/services/podman.nix
|
||||
|
||||
../../common/modules/hosts.nix
|
||||
];
|
||||
|
||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
./common/services/tailscale.nix
|
||||
./common/services/promtail.nix
|
||||
./common/services/telegraf.nix
|
||||
./common/services/gnupg-agent.nix
|
||||
|
||||
# Software
|
||||
./common/software/cli/clean-hm.nix
|
||||
|
|
Loading…
Reference in a new issue