aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-03-24 18:20:14 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-03-24 18:20:14 +0530
commit6a01fd8aa95b403795a787588f45fb24d2bb931f (patch)
tree454efcc31f00cbd0b6908dfb29ea7b3072f17b62
parent19e82b10d8ff2d9b3436164ab06f85b1e79ead35 (diff)
gruvboxing + hyprpicker + just
-rw-r--r--foot/foot.ini2
-rw-r--r--hypr/hyprland/keybinds.conf2
-rw-r--r--nixos/desktop-environment.nix1
-rw-r--r--nixos/environment.nix1
-rw-r--r--nvim/lua/chadrc.lua2
5 files changed, 5 insertions, 3 deletions
diff --git a/foot/foot.ini b/foot/foot.ini
index e50902d..5928177 100644
--- a/foot/foot.ini
+++ b/foot/foot.ini
@@ -2,4 +2,4 @@
font=JetBrainsMono Nerd Font:size=12
[colors]
-background=1e1d2d
+background=282828
diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf
index 47b225b..ba45771 100644
--- a/hypr/hyprland/keybinds.conf
+++ b/hypr/hyprland/keybinds.conf
@@ -10,7 +10,7 @@ bind = $mainMod, E, exec, $fileManager
bind = $mainMod, F, togglefloating,
bind = $mainMod, R, global, quickshell:toggleLauncher
bind = $mainMod, C, global, quickshell:toggleCalendar
-bind = $mainMod, P, pseudo, # dwindle
+bind = $mainMod, P, exec, hyprpicker
bind = $mainMod, J, togglesplit, # dwindle
bind = CTRL SHIFT, escape, exec, $taskManager
bind = $mainMod SHIFT, R, exec, ~/.config/hypr/wf-recorder/record.sh
diff --git a/nixos/desktop-environment.nix b/nixos/desktop-environment.nix
index 865d6da..6fbf1f8 100644
--- a/nixos/desktop-environment.nix
+++ b/nixos/desktop-environment.nix
@@ -19,6 +19,7 @@
slurp
hyprcursor
hyprsunset
+ hyprpicker
playerctl
libnotify
];
diff --git a/nixos/environment.nix b/nixos/environment.nix
index 5d1d41e..a185bca 100644
--- a/nixos/environment.nix
+++ b/nixos/environment.nix
@@ -30,6 +30,7 @@
fortune
cowsay
lolcat
+ just
];
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
diff --git a/nvim/lua/chadrc.lua b/nvim/lua/chadrc.lua
index 9f9eecc..8dfd694 100644
--- a/nvim/lua/chadrc.lua
+++ b/nvim/lua/chadrc.lua
@@ -6,7 +6,7 @@
local M = {}
M.base46 = {
- theme = "catppuccin",
+ theme = "gruvbox",
-- hl_override = {
-- Comment = { italic = true },