updates to tiling and neovim

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

View file

@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
home = {
# packages = with pkgs; [ quickshell ];
file.".config/quickshell" = {
source = ./config;
recursive = true;
};
};
programs.quickshell = {
enable = true;
};
}