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

View File

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