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:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user