Cleanup
This commit is contained in:
parent
8089cd20c0
commit
ff705e11dc
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
## Showcase
|
## Showcase
|
||||||
|
|
||||||
[
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img width="300" src="./docs/screenshot1.png" />
|
<img width="300" src="./docs/screenshot1.png" />
|
||||||
<img width="300" src="./docs/screenshot2.png" />
|
<img width="300" src="./docs/screenshot2.png" />
|
||||||
|
|||||||
2
TODO.md
2
TODO.md
@ -29,6 +29,8 @@
|
|||||||
- [ ] nix-on-droid
|
- [ ] nix-on-droid
|
||||||
- [ ] ssh public key deployment
|
- [ ] ssh public key deployment
|
||||||
- [ ] consider moving userSettings from flake.nix to each profile
|
- [ ] consider moving userSettings from flake.nix to each profile
|
||||||
|
- [ ] fix colors in waybar
|
||||||
|
- [ ] fix wlogout
|
||||||
|
|
||||||
- [ ] update my home page and create new web
|
- [ ] update my home page and create new web
|
||||||
- [ ] fix kde theme in stylix
|
- [ ] fix kde theme in stylix
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 764 KiB |
@ -76,7 +76,7 @@
|
|||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
programs.auto-cpufreq.enable = true;
|
programs.auto-cpufreq.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = [inputs.ghostty];
|
environment.systemPackages = [inputs.ghostty.packages.x86_64-linux.default];
|
||||||
|
|
||||||
#services.twingate.enable = true;
|
#services.twingate.enable = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user