mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
Gruvbox all over #5
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Application Configurations
|
||||
|
||||
This directory contains dotfiles for various applications, managed by Home Manager.
|
||||
This directory contains dotfiles for various applications, managed by Home
|
||||
Manager.
|
||||
|
||||
## Applications
|
||||
|
||||
@@ -8,13 +9,14 @@ This directory contains dotfiles for various applications, managed by Home Manag
|
||||
- **rofi/** - Rofi launcher theme
|
||||
- **picom/** - Picom compositor settings
|
||||
- **kitty/** - Kitty terminal emulator configuration
|
||||
- **.blerc** - ble.sh colorscheme based on gruvbox
|
||||
|
||||
## Important Note: Neovim Configuration
|
||||
|
||||
**Neovim is no longer configured through this directory.**
|
||||
|
||||
As of March 2026, Neovim configuration has been migrated to the **nvf** framework:
|
||||
As of March 2026, Neovim configuration has been migrated to the **nvf**
|
||||
framework:
|
||||
|
||||
- Configuration location: `modules/nixos/nvf.nix`
|
||||
- All plugins, LSP servers, and settings are managed declaratively through NixOS
|
||||
- The previous `config/nvim/` directory with Lua files has been removed
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Import Home Manager modules (apps, git, shell, etc.)
|
||||
imports = [
|
||||
../../modules/home-manager
|
||||
@@ -19,5 +21,4 @@
|
||||
xdg.configFile."rofi".source = ../../config/rofi;
|
||||
xdg.configFile."picom".source = ../../config/picom;
|
||||
xdg.configFile."kitty".source = ../../config/kitty;
|
||||
xdg.configFile.".blerc".source = ../../config/blerc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user