updates to tiling and neovim
This commit is contained in:
parent
c4915bae20
commit
5c44151022
11 changed files with 112 additions and 232 deletions
14
home/tiling/quickshell/default.nix
Normal file
14
home/tiling/quickshell/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home = {
|
||||
# packages = with pkgs; [ quickshell ];
|
||||
file.".config/quickshell" = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
programs.quickshell = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue