mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
configured spotifyd and spt
This commit is contained in:
parent
0e085baeb1
commit
2cb528c2b7
7 changed files with 39 additions and 22 deletions
|
@ -5,6 +5,9 @@
|
|||
shellAliases = {
|
||||
rm = "trash";
|
||||
ls = "exa --icons";
|
||||
l = "ls -l";
|
||||
ll = "ls -la";
|
||||
la = "ls -a";
|
||||
};
|
||||
history = {
|
||||
size = 10000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue