Compare commits
4 commits
79f65ca694
...
0cddc7cefc
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cddc7cefc | |||
| 711ceedf0f | |||
| 980f8faad8 | |||
| 0359096080 |
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
|
|
||||||
|
home.shellAliases.cat = "bat";
|
||||||
|
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = { pager = "less -SRF"; };
|
config = { pager = "less -SRF"; };
|
||||||
|
|
|
||||||
|
|
@ -192,7 +192,6 @@ in {
|
||||||
casks = [
|
casks = [
|
||||||
"alt-tab"
|
"alt-tab"
|
||||||
"anki"
|
"anki"
|
||||||
"anythingllm"
|
|
||||||
"db-browser-for-sqlite"
|
"db-browser-for-sqlite"
|
||||||
"dolphin"
|
"dolphin"
|
||||||
"firefox"
|
"firefox"
|
||||||
|
|
@ -205,9 +204,7 @@ in {
|
||||||
"macfuse"
|
"macfuse"
|
||||||
"musescore"
|
"musescore"
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
"obs"
|
|
||||||
"openrct2"
|
"openrct2"
|
||||||
"porting-kit"
|
|
||||||
"qownnotes"
|
"qownnotes"
|
||||||
"qt-creator"
|
"qt-creator"
|
||||||
"rig"
|
"rig"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue