add some software
This commit is contained in:
parent
d65fa178ab
commit
ba76dcfe5b
4 changed files with 14 additions and 2 deletions
|
@ -18,6 +18,8 @@ in {
|
|||
if not rustc --version &> /dev/null
|
||||
rustup default stable &>/dev/null &
|
||||
end
|
||||
|
||||
bind \cy 'commandline | wl-copy -n'
|
||||
'';
|
||||
shellAliases = { rm = "trash"; };
|
||||
shellAbbrs = {
|
||||
|
|
|
@ -39,6 +39,7 @@ in {
|
|||
exa
|
||||
fd
|
||||
p7zip
|
||||
tealdeer
|
||||
speedtest-cli
|
||||
deluge
|
||||
_diffr
|
||||
|
@ -70,8 +71,8 @@ in {
|
|||
godot
|
||||
# pulse_sink
|
||||
#games
|
||||
lutris
|
||||
steam
|
||||
# lutris-unwrapped
|
||||
# steam
|
||||
# chat
|
||||
tdesktop
|
||||
# discord # I'm using webcord, see home.activation
|
||||
|
@ -88,6 +89,9 @@ in {
|
|||
fira-code
|
||||
nerdfonts_fira_hack
|
||||
material-wifi-icons
|
||||
## Network
|
||||
nmap
|
||||
miniupnpc
|
||||
# Programming
|
||||
vscode
|
||||
rustup
|
||||
|
@ -96,6 +100,7 @@ in {
|
|||
cargo-feature
|
||||
cargo-watch
|
||||
cargo-expand
|
||||
cargo-sweep
|
||||
pkgs.unstable.rust-analyzer
|
||||
gcc
|
||||
nixfmt
|
||||
|
|
|
@ -438,6 +438,8 @@ in {
|
|||
libnotify
|
||||
xdg-utils
|
||||
screenshotsh
|
||||
wf-recorder
|
||||
wtype
|
||||
];
|
||||
systemd.user.services = {
|
||||
mako = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue