got it working again, but clanky
This commit is contained in:
parent
af6df24831
commit
7686df76ed
5 changed files with 40 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue