Cleanup and fixes

This commit is contained in:
foglar 2025-03-18 08:28:49 +01:00
parent 3ae26c7e21
commit 14e7b9d2b1
6 changed files with 11 additions and 6 deletions

View File

@ -20,6 +20,7 @@
#bitwarden-cli
file-roller
marp-cli
stellarium
libreoffice
localsend

View File

@ -23,7 +23,8 @@
lazygit
ghostty
cargo
#ciscoPacketTracer8
ciscoPacketTracer8
godot
]
);

View File

@ -138,7 +138,7 @@
}
];
extensions = with inputs.firefox-addons.packages.x86_64-linux;
extensions.packages = with inputs.firefox-addons.packages.x86_64-linux;
[
ublock-origin
# Lists all possible extensions $ nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons

View File

@ -63,12 +63,14 @@
"terminal.integrated.inheritEnv" = false;
"telemetry.telemetryLevel" = "off";
"workbench.activityBar.location" = "hidden"; # bottom
"workbench.navigationControl.enabled" = false;
"window.commandCenter"= false;
"workbench.iconTheme" = "material-icon-theme";
"workbench.productIconTheme" = "material-product-icons";
"window.menuBarVisibility" = "toggle";
"scm.inputFontFamily"= "JetBrainsMono NF";
"scm.inputFontSize"= 14.857142857142858;
"screencastMode.fontSize"= 64.0;
"scm.inputFontFamily" = "JetBrainsMono NF";
"scm.inputFontSize" = 14.857142857142858;
"screencastMode.fontSize" = 64.0;
};
extensions = with pkgs-stable.vscode-extensions; [

View File

@ -22,6 +22,7 @@
fzf.enable = lib.mkDefault true;
swaync.enable = true;
vscode.profileNames = [ "${userSettings.username}" ];
firefox.profileNames = [ "default" ];
tmux.enable =
if config.program.tmux.enable

View File

@ -11,7 +11,7 @@
l = "${pkgs.eza}/bin/eza -lh --icons=auto";
tree = "${pkgs.eza}/bin/eza --tree --icons";
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
open = "rifle";
open ="xdg-open";
ip = "ip -c";
s = "kitten ssh";
icat = "kitten icat";