Refactor for wallpers, keybinds, add weeb tokyo-light theme

This commit is contained in:
Henry Sipp
2025-07-22 21:08:27 -05:00
parent e2d116c28a
commit 1fed2b5d59
14 changed files with 84 additions and 69 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ in {
(import ./mako.nix)
(import ./starship.nix)
(import ./vscode.nix)
(import ./waybar.nix)
(import ./waybar.nix inputs)
(import ./wofi.nix)
(import ./zoxide.nix)
(import ./zsh.nix)
@@ -50,6 +50,6 @@ in {
};
};
# TODO: Add an actual nvim config
# TODO: Add an actual nvim config
programs.neovim.enable = true;
}