Compare commits
No commits in common. "b691c64fbe71413c4f6004d805cd53d5bd88d777" and "ec93f73397729f48cbd535191727dc3378c7c6ab" have entirely different histories.
b691c64fbe
...
ec93f73397
21
README.org
21
README.org
@ -11,3 +11,24 @@ In the past I was running on a Mac, so you may find some Mac specific things (es
|
|||||||
|
|
||||||
For the record, feel free to take what you want. I'm not worried about getting contribution for
|
For the record, feel free to take what you want. I'm not worried about getting contribution for
|
||||||
dot files. They're largely just for fun, not something important. 🙂
|
dot files. They're largely just for fun, not something important. 🙂
|
||||||
|
|
||||||
|
* TODO Various Tasks to get done [4/6]
|
||||||
|
SCHEDULED: <2024-08-25 Sun>
|
||||||
|
|
||||||
|
- [X] Clean up and better modularize the config
|
||||||
|
- Currently a large portion of this config lives in ~users/price/home.nix~ which, while ok for
|
||||||
|
now, will get out of hand down the road
|
||||||
|
- [X] Implement automation to autoformat various paths
|
||||||
|
- Looking through the commit history I have semi-regular ~style~ commits for formatting.
|
||||||
|
- Would be good to add a global git hook on the client side for pre push validation
|
||||||
|
- Would also be good to get a CI runner up that validates on the server side
|
||||||
|
- [X] Enhance our custom ~Fmt~ program to avoid certain files.
|
||||||
|
- I don't need to format some files that are handled automatically by other programs
|
||||||
|
- This was sort-of done, take a look at ~./scripts/check-fmt-git-pre-commit.bash~. Good enough
|
||||||
|
for now 🤷
|
||||||
|
- [x] Migrate the ~Kanagawa.tmTheme~ for ~bat~ to a nix attribute set, using ~tmTheme~ for home manager's bat configuration is deprecated.
|
||||||
|
- Not necessary, misread the docs for the home manager module for it 😓
|
||||||
|
- [ ] Style NixOS Systems via Stylix
|
||||||
|
- This may make using the kanagawa themes for GTK/QT no longer necessary.
|
||||||
|
- [ ] Setup gitea dump removals for Luna
|
||||||
|
- Currently Luna hangs onto gitea dumps for WAY too long, probably would be good to delete Gitea dumps older than a month.
|
||||||
|
@ -326,9 +326,3 @@ subdirectories
|
|||||||
preferenced
|
preferenced
|
||||||
reindexed
|
reindexed
|
||||||
vendoring
|
vendoring
|
||||||
Frontend
|
|
||||||
JSON
|
|
||||||
Postgresql
|
|
||||||
Stylix
|
|
||||||
stylix
|
|
||||||
logrotate
|
|
||||||
|
Binary file not shown.
@ -682,10 +682,10 @@
|
|||||||
"UserSettingsAPI": {
|
"UserSettingsAPI": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"YoutubeAdblock": {
|
"ShowAllRoles": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"AlwaysExpandRoles": {
|
"YoutubeAdblock": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -699,6 +699,6 @@
|
|||||||
"authenticated": false,
|
"authenticated": false,
|
||||||
"url": "https://api.vencord.dev/",
|
"url": "https://api.vencord.dev/",
|
||||||
"settingsSync": false,
|
"settingsSync": false,
|
||||||
"settingsSyncVersion": 1724963182847
|
"settingsSyncVersion": 1723406547539
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user