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, ... }: {
|
{ lib, ... }: {
|
||||||
imports = [ ./nixvim/base.nix ];
|
imports = [
|
||||||
|
./nixvim/base.nix
|
||||||
|
./nixvim/cmp.nix
|
||||||
|
];
|
||||||
|
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
extraConfigLuaPost = ''
|
extraConfigLuaPost = ''
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./alpha.nix
|
./alpha.nix
|
||||||
./keymaps.nix
|
./keymaps.nix
|
||||||
./cmp.nix
|
|
||||||
inputs.nixvim.homeManagerModules.nixvim
|
inputs.nixvim.homeManagerModules.nixvim
|
||||||
] ++ lib.optional (builtins.isString theme) ../../../../../stylix/themes/${theme}/home-manager/nixvim.nix;
|
] ++ 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/networking.nix # Initial Networking configs
|
||||||
./common/modules/nixos.nix # NixOS related items
|
./common/modules/nixos.nix # NixOS related items
|
||||||
./common/modules/remote-builders.nix # Add remote builders
|
./common/modules/remote-builders.nix # Add remote builders
|
||||||
|
./common/modules/hosts.nix # Adblockers
|
||||||
|
|
||||||
./users/${username}
|
./users/${username}
|
||||||
./hosts/${hostname}
|
./hosts/${hostname}
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
# ../../common/modules/yubikey-auth.nix
|
# ../../common/modules/yubikey-auth.nix
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
../../common/services/podman.nix
|
../../common/services/podman.nix
|
||||||
|
|
||||||
../../common/modules/hosts.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
./common/services/tailscale.nix
|
./common/services/tailscale.nix
|
||||||
./common/services/promtail.nix
|
./common/services/promtail.nix
|
||||||
./common/services/telegraf.nix
|
./common/services/telegraf.nix
|
||||||
./common/services/gnupg-agent.nix
|
|
||||||
|
|
||||||
# Software
|
# Software
|
||||||
./common/software/cli/clean-hm.nix
|
./common/software/cli/clean-hm.nix
|
||||||
|
|
Loading…
Reference in a new issue