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