[eww] Removes the lock option that doesn't work. [chore] Removes unused symbols

This commit is contained in:
2025-02-16 13:37:06 -08:00
parent 7e27b54d0d
commit ff02d9038c
2 changed files with 6 additions and 28 deletions

View File

@@ -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"

View File

@@ -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