updates to tiling and neovim

This commit is contained in:
Sean Kovacs 2025-12-11 22:26:19 -05:00
commit 5c44151022
Signed by: sckova
GPG key ID: 00F325187C68651A
11 changed files with 112 additions and 232 deletions

View file

@ -1,13 +0,0 @@
{ config, pkgs, ... }:
{
programs.waybar = {
enable = true;
};
home.file.".config/waybar" = {
source = ./config;
recursive = true;
force = true;
};
}