148 current 2024-03-06 14:40:14 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
zackartz 2024-03-06 14:40:21 -05:00
parent 45ac548565
commit e00ab91b64

View file

@ -88,7 +88,6 @@
pkgs.hyprshot pkgs.hyprshot
pkgs.ungoogled-chromium pkgs.ungoogled-chromium
pkgs.vscodium
# # You can also create simple shell scripts directly inside your # # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your # # configuration. For example, this adds a command 'my-hello' to your
@ -157,6 +156,11 @@
options = ["--cmd cd"]; options = ["--cmd cd"];
}; };
# i use vscode for light java stuff -- PLEASE GOD USE NEOVIM INSTEAD
programs.vscode = {
enable = true;
};
systemd.user.services.kb-gui = { systemd.user.services.kb-gui = {
Unit = { Unit = {
Description = "KB Time/Date thing"; Description = "KB Time/Date thing";