various updates

This commit is contained in:
albert 2024-06-21 21:06:56 +09:00
parent 7130afc3ad
commit a7fc2a36a3
Signed by: albert
GPG key ID: 3895DD267CA11BA9
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,8 @@
{ lib, ... }: {
imports = [ ./nixvim/base.nix ];
imports = [
./nixvim/base.nix
./nixvim/cmp.nix
];
programs.nixvim = {
extraConfigLuaPost = ''

View file

@ -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;

View file

@ -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}

View file

@ -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

View file

@ -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