new wallpaper, altered terminal transparency, added 'viconf', a command that will take a word as input and then find matching files in the sysflake folder to open in neovim

This commit is contained in:
pagedmov
2024-10-24 23:30:57 -04:00
parent 13bec3e858
commit cd70754f9f
8 changed files with 28 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{...}: {
{lib, ...}: {
programs.fuzzel = {
enable = true;
settings = {
@@ -17,6 +17,7 @@
radius = 15;
width = 3;
};
colors.background = lib.mkForce "2e344080";
};
};
}