[eww] Removes the lock option that doesn't work. [chore] Removes unused symbols
This commit is contained in:
@@ -26,11 +26,11 @@
|
|||||||
:orientation "v"
|
:orientation "v"
|
||||||
:halign "start"
|
:halign "start"
|
||||||
:spacing 10
|
:spacing 10
|
||||||
(button
|
;; (button
|
||||||
:onclick "hyprlock"
|
;; :onclick "hyprlock"
|
||||||
:halign "start"
|
;; :halign "start"
|
||||||
(label :text "🔒 Lock")
|
;; (label :text "🔒 Lock")
|
||||||
)
|
;; )
|
||||||
(button
|
(button
|
||||||
:onclick "eww close power-menu && systemctl suspend"
|
:onclick "eww close power-menu && systemctl suspend"
|
||||||
:halign "start"
|
:halign "start"
|
||||||
|
|||||||
@@ -1,15 +1,4 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, ... }:
|
||||||
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
|
|
||||||
{
|
{
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -18,17 +7,6 @@ in
|
|||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
withNodeJs = 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; [
|
extraPackages = with pkgs; [
|
||||||
gcc # For treesitter complation
|
gcc # For treesitter complation
|
||||||
ripgrep # Search support
|
ripgrep # Search support
|
||||||
|
|||||||
Reference in New Issue
Block a user