148 current 2024-03-06 14:40:14 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
45ac548565
commit
e00ab91b64
1 changed files with 5 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue