This commit is contained in:
foglar 2024-12-30 09:23:03 +01:00
parent 8089cd20c0
commit ff705e11dc
4 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,6 @@
## Showcase
[![Watch the video](https://github.com/foglar/nix-config/raw/refs/heads/master/docs/demo.mp4)
<div>
<img width="300" src="./docs/screenshot1.png" />
<img width="300" src="./docs/screenshot2.png" />

View File

@ -29,6 +29,8 @@
- [ ] nix-on-droid
- [ ] ssh public key deployment
- [ ] consider moving userSettings from flake.nix to each profile
- [ ] fix colors in waybar
- [ ] fix wlogout
- [ ] update my home page and create new web
- [ ] fix kde theme in stylix

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 764 KiB

View File

@ -76,7 +76,7 @@
programs.wireshark.enable = true;
programs.auto-cpufreq.enable = true;
environment.systemPackages = [inputs.ghostty];
environment.systemPackages = [inputs.ghostty.packages.x86_64-linux.default];
#services.twingate.enable = true;