[eww] Removes the lock option that doesn't work. [chore] Removes unused symbols
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
:orientation "v"
|
||||
:halign "start"
|
||||
:spacing 10
|
||||
(button
|
||||
:onclick "hyprlock"
|
||||
:halign "start"
|
||||
(label :text "🔒 Lock")
|
||||
)
|
||||
;; (button
|
||||
;; :onclick "hyprlock"
|
||||
;; :halign "start"
|
||||
;; (label :text "🔒 Lock")
|
||||
;; )
|
||||
(button
|
||||
:onclick "eww close power-menu && systemctl suspend"
|
||||
:halign "start"
|
||||
|
||||
@@ -1,15 +1,4 @@
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
fromGitHub = repo: ref: rev: pkgs.vimUtils.buildVimPlugin {
|
||||
pname = "${lib.strings.sanitizeDerivationName repo}";
|
||||
version = ref;
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/${repo}.git";
|
||||
ref = ref;
|
||||
rev = rev;
|
||||
};
|
||||
};
|
||||
in
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
@@ -18,17 +7,6 @@ in
|
||||
defaultEditor = true;
|
||||
withNodeJs = true;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
# lazy-nvim
|
||||
# treesitterWithGrammars
|
||||
# surround-nvim
|
||||
# telescope-nvim
|
||||
# plenary-nvim # dependency of telescope
|
||||
# rnvimr
|
||||
# (fromGitHub "decaycs/decay.nvim" "HEAD" "457014541ebcfb29bd660592a0b02f22c9e2d0e2")
|
||||
# auto-session
|
||||
];
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
gcc # For treesitter complation
|
||||
ripgrep # Search support
|
||||
|
||||
Reference in New Issue
Block a user