add some software

This commit is contained in:
Leonardo Eugênio 2022-10-17 00:18:10 -03:00
parent d65fa178ab
commit ba76dcfe5b
4 changed files with 14 additions and 2 deletions

View file

@ -170,6 +170,7 @@ in {
vscode vscode
micro micro
fd fd
bc
du-dust du-dust
kakoune kakoune
kak-lsp kak-lsp
@ -211,6 +212,7 @@ in {
trunk trunk
wasm-bindgen-cli wasm-bindgen-cli
sqlx-cli
nodePackages.sass nodePackages.sass
]; ];
# enable sway window manager # enable sway window manager
@ -241,6 +243,7 @@ in {
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
nix = { nix = {
settings = { settings = {
auto-optimise-store = true;
substituters = [ "https://hyprland.cachix.org" "https://lelgenio.cachix.org" ]; substituters = [ "https://hyprland.cachix.org" "https://lelgenio.cachix.org" ];
trusted-public-keys = [ trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="

View file

@ -18,6 +18,8 @@ in {
if not rustc --version &> /dev/null if not rustc --version &> /dev/null
rustup default stable &>/dev/null & rustup default stable &>/dev/null &
end end
bind \cy 'commandline | wl-copy -n'
''; '';
shellAliases = { rm = "trash"; }; shellAliases = { rm = "trash"; };
shellAbbrs = { shellAbbrs = {

View file

@ -39,6 +39,7 @@ in {
exa exa
fd fd
p7zip p7zip
tealdeer
speedtest-cli speedtest-cli
deluge deluge
_diffr _diffr
@ -70,8 +71,8 @@ in {
godot godot
# pulse_sink # pulse_sink
#games #games
lutris # lutris-unwrapped
steam # steam
# chat # chat
tdesktop tdesktop
# discord # I'm using webcord, see home.activation # discord # I'm using webcord, see home.activation
@ -88,6 +89,9 @@ in {
fira-code fira-code
nerdfonts_fira_hack nerdfonts_fira_hack
material-wifi-icons material-wifi-icons
## Network
nmap
miniupnpc
# Programming # Programming
vscode vscode
rustup rustup
@ -96,6 +100,7 @@ in {
cargo-feature cargo-feature
cargo-watch cargo-watch
cargo-expand cargo-expand
cargo-sweep
pkgs.unstable.rust-analyzer pkgs.unstable.rust-analyzer
gcc gcc
nixfmt nixfmt

View file

@ -438,6 +438,8 @@ in {
libnotify libnotify
xdg-utils xdg-utils
screenshotsh screenshotsh
wf-recorder
wtype
]; ];
systemd.user.services = { systemd.user.services = {
mako = { mako = {