feat: modified configuration to introduce ags, with extras

Revert displayScale to 1

Create AGS bar component configuration

Removed declarations for waybar
This commit is contained in:
Zhongheng Liu 2024-08-19 17:33:37 +08:00
commit 101aee8193
No known key found for this signature in database
8 changed files with 58 additions and 36 deletions

View file

@ -25,6 +25,7 @@
./virt-column.nix
];
enable = true;
enableMan = true;
defaultEditor = true;
globals.mapleader = " ";
colorschemes.gruvbox = {enable = true;};

View file

@ -3,7 +3,7 @@
updatetime = 100; # Faster completion
number = true;
relativenumber = true;
relativenumber = false;
autoindent = true;
clipboard = "unnamedplus";