Merge branch 'master' of github.com:/kropatz/nix-config

This commit is contained in:
Kopatz
2025-03-14 15:00:46 +01:00
2 changed files with 5 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ in {
"class<Mysql-workbench-bin>" = "";
"class<Slack>" = "󰒱";
"class<code>" = "󰨞";
"class<codium>" = "󰨞";
"code-url-handler" = "󰨞";
"class<discord>" = "󰙯";
"class<firefox>" = "";
@@ -222,6 +223,9 @@ in {
"class<org.prismlauncher.PrismLauncher>" = "󰍳";
"class<minecraft-launcher>" = "󰍳";
"class<Postman>" = "󰛮";
"class<jetbrains-idea>" = "";
"class<Logseq>" = "";
"class<brave-browser>" = "";
};
};
};

View File

@@ -3,6 +3,7 @@
../kernel.nix # use latest kernel
../services/wireguard-client.nix
../services/ssh.nix
../work/vpn.nix
];
custom = {
cli-tools.enable = true;