diff --git a/README.md b/README.md index 63988ac..8ff31b2 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ ## Showcase -[![Watch the video](https://github.com/foglar/nix-config/raw/refs/heads/master/docs/demo.mp4) -
diff --git a/TODO.md b/TODO.md index ebc107f..99705db 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/docs/screenshot3.png b/docs/screenshot3.png index 43c75b4..b1852df 100644 Binary files a/docs/screenshot3.png and b/docs/screenshot3.png differ diff --git a/kogami/configuration.nix b/kogami/configuration.nix index 56986c6..b4c4761 100644 --- a/kogami/configuration.nix +++ b/kogami/configuration.nix @@ -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;