Cleanup and fixes
This commit is contained in:
parent
3ae26c7e21
commit
14e7b9d2b1
@ -20,6 +20,7 @@
|
||||
#bitwarden-cli
|
||||
|
||||
file-roller
|
||||
marp-cli
|
||||
stellarium
|
||||
libreoffice
|
||||
localsend
|
||||
|
||||
@ -23,7 +23,8 @@
|
||||
lazygit
|
||||
ghostty
|
||||
cargo
|
||||
#ciscoPacketTracer8
|
||||
ciscoPacketTracer8
|
||||
godot
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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; [
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user