Compare commits

...

6 commits

7 changed files with 16 additions and 9 deletions

View file

@ -14,7 +14,6 @@
jnoortheen.nix-ide
kamadorueda.alejandra
mkhl.direnv
ms-vsliveshare.vsliveshare
seatonjiang.gitmoji-vscode
tamasfe.even-better-toml
yzhang.markdown-all-in-one
@ -43,7 +42,6 @@
"gitlens.telemetry.enabled" = false;
"telemetry.telemetryLevel" = "off";
"editor.inlineSuggest.enabled" = true;
"liveshare.presence" = true;
"github.copilot.enable" = {"markdown" = true;};
"github.copilot.editor.enableAutoCompletions" = true;
"nix.enableLanguageServer" = true;

View file

@ -1,4 +1,4 @@
{...}: {
{config, ...}: {
programs.fuzzel = {
enable = true;
@ -7,7 +7,7 @@
line-height = 15;
lines = 10;
layer = "overlay";
icon-theme = "Papirus-Dark";
icon-theme = config.gtk.iconTheme.name;
};
colors = {
background = "1E1E2EEE";

View file

@ -12,10 +12,14 @@
enable = true;
size = "compact";
tweaks = ["rimless" "normal"];
cursor = {
icon = {
enable = true;
};
};
};
catppuccin.pointerCursor = {
enable = true;
accent = "dark";
};
};
};
}

View file

@ -6,7 +6,7 @@
...
}: let
hyprland = inputs.hyprland.packages."${pkgs.system}".hyprland;
cursor = config.gtk.catppuccin.cursor;
cursor = config.catppuccin.pointerCursor;
in {
wayland.windowManager.hyprland = {
enable = true;

View file

@ -44,6 +44,12 @@ in {
zone = "europe-west1-d";
forwardAgent = true;
};
"dataverse51-gpu" = gcpHost {
hostname = "dataverse51-gpu";
project = "genie-training";
zone = "europe-west4-a";
forwardAgent = true;
};
"laurent-dev-hdd" = gcpHost {
hostname = "laurent-dev-hdd";
project = "genie-training";

View file

@ -37,7 +37,7 @@
"vscode"
"vscode-extension-github-copilot"
"vscode-extension-github-copilot-chat"
"vscode-extension-ms-vsliveshare-vsliveshare"
"libfprint-2-tod1-goodix" # fingerprint reader
];
# print diff between two generations

View file

@ -37,7 +37,6 @@
"vscode"
"vscode-extension-github-copilot"
"vscode-extension-github-copilot-chat"
"vscode-extension-ms-vsliveshare-vsliveshare"
];
# print diff between two generations