Cleanup and fixes
This commit is contained in:
parent
3ae26c7e21
commit
14e7b9d2b1
@ -20,6 +20,7 @@
|
|||||||
#bitwarden-cli
|
#bitwarden-cli
|
||||||
|
|
||||||
file-roller
|
file-roller
|
||||||
|
marp-cli
|
||||||
stellarium
|
stellarium
|
||||||
libreoffice
|
libreoffice
|
||||||
localsend
|
localsend
|
||||||
|
|||||||
@ -23,7 +23,8 @@
|
|||||||
lazygit
|
lazygit
|
||||||
ghostty
|
ghostty
|
||||||
cargo
|
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
|
ublock-origin
|
||||||
# Lists all possible extensions $ nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons
|
# Lists all possible extensions $ nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons
|
||||||
|
|||||||
@ -63,12 +63,14 @@
|
|||||||
"terminal.integrated.inheritEnv" = false;
|
"terminal.integrated.inheritEnv" = false;
|
||||||
"telemetry.telemetryLevel" = "off";
|
"telemetry.telemetryLevel" = "off";
|
||||||
"workbench.activityBar.location" = "hidden"; # bottom
|
"workbench.activityBar.location" = "hidden"; # bottom
|
||||||
|
"workbench.navigationControl.enabled" = false;
|
||||||
|
"window.commandCenter"= false;
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
"workbench.productIconTheme" = "material-product-icons";
|
"workbench.productIconTheme" = "material-product-icons";
|
||||||
"window.menuBarVisibility" = "toggle";
|
"window.menuBarVisibility" = "toggle";
|
||||||
"scm.inputFontFamily"= "JetBrainsMono NF";
|
"scm.inputFontFamily" = "JetBrainsMono NF";
|
||||||
"scm.inputFontSize"= 14.857142857142858;
|
"scm.inputFontSize" = 14.857142857142858;
|
||||||
"screencastMode.fontSize"= 64.0;
|
"screencastMode.fontSize" = 64.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
extensions = with pkgs-stable.vscode-extensions; [
|
extensions = with pkgs-stable.vscode-extensions; [
|
||||||
|
|||||||
@ -22,6 +22,7 @@
|
|||||||
fzf.enable = lib.mkDefault true;
|
fzf.enable = lib.mkDefault true;
|
||||||
swaync.enable = true;
|
swaync.enable = true;
|
||||||
vscode.profileNames = [ "${userSettings.username}" ];
|
vscode.profileNames = [ "${userSettings.username}" ];
|
||||||
|
firefox.profileNames = [ "default" ];
|
||||||
|
|
||||||
tmux.enable =
|
tmux.enable =
|
||||||
if config.program.tmux.enable
|
if config.program.tmux.enable
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
l = "${pkgs.eza}/bin/eza -lh --icons=auto";
|
l = "${pkgs.eza}/bin/eza -lh --icons=auto";
|
||||||
tree = "${pkgs.eza}/bin/eza --tree --icons";
|
tree = "${pkgs.eza}/bin/eza --tree --icons";
|
||||||
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
|
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
|
||||||
open = "rifle";
|
open ="xdg-open";
|
||||||
ip = "ip -c";
|
ip = "ip -c";
|
||||||
s = "kitten ssh";
|
s = "kitten ssh";
|
||||||
icat = "kitten icat";
|
icat = "kitten icat";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user