got it working again, but clanky

This commit is contained in:
marty 2025-12-18 12:11:05 +00:00
parent af6df24831
commit 7686df76ed
5 changed files with 40 additions and 14 deletions

View file

@ -2,6 +2,7 @@
config,
pkgs,
inputs,
lib,
...
}:
@ -81,6 +82,21 @@
EDITOR = "codium";
};
development = {
vscodium.enable = true;
git.enable = true;
};
terminal = {
kitty.enable = true;
ranger.enable = true;
};
window_manager = {
hyprland.enable = true;
waybar.enable = true;
walker.enable = true;
};
imports = [
./window_manager
./development