igor: Enable direnv

This commit is contained in:
Alexander Kobjolke 2024-12-17 02:08:12 +01:00
parent 93890cb591
commit 9cc0f071de

View file

@ -121,6 +121,11 @@
tmux tmux
]; ];
config.programs.direnv = {
enable = true;
silent = true;
};
config.programs.hyprland = { config.programs.hyprland = {
enable = true; enable = true;
withUWSM = true; withUWSM = true;