20.05.2026
This commit is contained in:
parent
17fd5d7862
commit
ee71f3e4fe
7 changed files with 59 additions and 16 deletions
|
|
@ -4,6 +4,8 @@
|
|||
extensions = with pkgs.vscode-marketplace; [
|
||||
golang.go
|
||||
|
||||
bbenoist.nix
|
||||
|
||||
redhat.java
|
||||
redhat.ansible
|
||||
redhat.vscode-yaml
|
||||
|
|
@ -19,9 +21,10 @@
|
|||
catppuccin.catppuccin-vsc-icons
|
||||
];
|
||||
profiles.default.userSettings = {
|
||||
# pls stop adding generative "AI" to everything :c
|
||||
# pls stop adding generative "AI" slop to everything :c
|
||||
"chat.agent.enabled" = false;
|
||||
"chat.commandCenter.enabled" = false;
|
||||
"chat.disableAIFeatures" = true;
|
||||
|
||||
"editor.semanticHighlighting.enabled" = true;
|
||||
"terminal.integrated.minimumContrastRatio" = 1;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
@ -14,4 +15,9 @@
|
|||
homeDirectory = lib.mkDefault "/home/${config.home.username}";
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
teamspeak6-client
|
||||
vesktop
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue