misc home tweaks
This commit is contained in:
parent
64b8d473fd
commit
3240ba9bdf
|
@ -24,6 +24,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
chromium.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -41,6 +43,12 @@
|
||||||
|
|
||||||
blanket
|
blanket
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
|
arduino
|
||||||
|
arduino-ide
|
||||||
|
arduino-cli
|
||||||
|
kicad
|
||||||
|
kikit
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file."policy.json" = {
|
home.file."policy.json" = {
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
"git.path" = "${lib.getBin pkgs.git}/bin/git";
|
"git.path" = "${lib.getBin pkgs.git}/bin/git";
|
||||||
"diffEditor.diffAlgorithm" = "advanced";
|
"diffEditor.diffAlgorithm" = "advanced";
|
||||||
"explorer.excludeGitIgnore" = true;
|
"explorer.excludeGitIgnore" = false;
|
||||||
"markdown.extension.tableFormatter.normalizeIndentation" = true;
|
"markdown.extension.tableFormatter.normalizeIndentation" = true;
|
||||||
"markdown.extension.toc.orderedList" = false;
|
"markdown.extension.toc.orderedList" = false;
|
||||||
"rust-analyzer.checkOnSave.command" = "clippy";
|
"rust-analyzer.checkOnSave.command" = "clippy";
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
myos-rebuild-boot = "sudo nixos-rebuild boot --flake .# --show-trace --log-format internal-json -v |& ${pkgs.nix-output-monitor}/bin/nom --json";
|
myos-rebuild-boot = "sudo nixos-rebuild boot --flake .# --show-trace --log-format internal-json -v |& ${pkgs.nix-output-monitor}/bin/nom --json";
|
||||||
myos-rebuild-switch = "sudo nixos-rebuild switch --flake .# --show-trace --log-format internal-json -v |& ${pkgs.nix-output-monitor}/bin/nom --json";
|
myos-rebuild-switch = "sudo nixos-rebuild switch --flake .# --show-trace --log-format internal-json -v |& ${pkgs.nix-output-monitor}/bin/nom --json";
|
||||||
|
|
||||||
|
s = "nix-shell -p";
|
||||||
|
|
||||||
my-direnvallow = "echo \"use nix\" > .envrc && direnv allow";
|
my-direnvallow = "echo \"use nix\" > .envrc && direnv allow";
|
||||||
my-ip4 = "ip addr show | grep 192";
|
my-ip4 = "ip addr show | grep 192";
|
||||||
deadnix = "nix run github:astro/deadnix -- ";
|
deadnix = "nix run github:astro/deadnix -- ";
|
||||||
|
|
|
@ -57,11 +57,6 @@
|
||||||
# baobab # disk usage
|
# baobab # disk usage
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
ghex
|
|
||||||
impression
|
|
||||||
];
|
|
||||||
|
|
||||||
# RDP connections
|
# RDP connections
|
||||||
networking.firewall.allowedTCPPorts = [ 3389 ];
|
networking.firewall.allowedTCPPorts = [ 3389 ];
|
||||||
|
|
||||||
|
@ -76,6 +71,9 @@
|
||||||
pinta
|
pinta
|
||||||
dconf-editor
|
dconf-editor
|
||||||
gpaste
|
gpaste
|
||||||
|
ghex
|
||||||
|
impression
|
||||||
|
papers
|
||||||
|
|
||||||
# graphical installer for flatpak apps
|
# graphical installer for flatpak apps
|
||||||
gnome-software
|
gnome-software
|
||||||
|
|
Loading…
Reference in a new issue