From cb98842775d2d31b76522e7f0ab9a31a8333fbc4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:47:50 +0100 Subject: [PATCH] Up --- README.md | 7 +++++++ home/hyprland/default.nix | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d7a3f1..be78f60 100644 --- a/README.md +++ b/README.md @@ -160,5 +160,12 @@ sudo nixos-rebuild switch --flake ~/.config/nixos#nixy - [ ] Custom GTK based on the colorscheme - [ ] Obsidian.nvim on every markdown file - [ ] Make hyprcursor working +- [ ] Secret variables in my config (Private bookmarks) +- [ ] Notif system + - [ ] Notify when battery is plugged/unplugged + - [x] Notify when battery is low + - [ ] Notify when battery is full + - [ ] Notify when USB key is plugged + - [ ] Notify when USB key is unplugged diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 67e829a..8d3d1eb 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -199,7 +199,6 @@ ]; }; - debug = { disable_logs = false; }; }; };