cleaned up all neovim things and added rust and go
forgot go keybinds ig
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
{ pkgs, config, lib,... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rofi-screenshot
|
||||
rofi-power-menu
|
||||
rofi-bluetooth
|
||||
bitwarden-menu
|
||||
];
|
||||
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
theme = "/etc/nixos/packages/rofi/themes/catppuccin-mocha";
|
||||
plugins = [
|
||||
pkgs.rofi-power-menu
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user