Compare commits

..

No commits in common. "a8d8497dc73a901eb24458e62226aa2994706099" and "0a68efaed43aae74b5949f3c9b39c19b55da9969" have entirely different histories.

7 changed files with 9 additions and 16 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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