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

@@ -85,6 +85,9 @@
host = host;
self = self;
pkgs = pkgs;
};
viconf = import ./commands/viconf.nix {
pkgs = pkgs;
};
chscheme = import ./nix/chscheme.nix {
pkgs = pkgs;
@@ -113,5 +116,6 @@ in {
toggle_float
toggle_oppacity
toggle_waybar
viconf
];
}