mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: added regreet
This commit is contained in:
parent
aac47aa93b
commit
3b455e6133
21 changed files with 72 additions and 61 deletions
|
@ -1,7 +1,6 @@
|
|||
{pkgs, ...}:
|
||||
{ pkgs, ... }:
|
||||
builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
inherit (pkgs)
|
||||
nil
|
||||
nixfmt-rfc-style
|
||||
nixd
|
||||
|
|
|
@ -8,7 +8,7 @@ in
|
|||
alternate_scroll = "off";
|
||||
blinking = "off";
|
||||
copy_on_select = true;
|
||||
dock = "right";
|
||||
dock = "bottom";
|
||||
detect_venv = {
|
||||
on = {
|
||||
directories = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue