This commit is contained in:
Hadi 2024-09-18 00:52:23 +02:00
parent c97e51a9d2
commit 2721d11575
4 changed files with 6 additions and 8 deletions

View File

@ -2,9 +2,6 @@
feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] Wofi config
- Calculator
- [ ] Test hyprshade (replacement for gammastep)
- [ ] Qutebrowser
@ -20,9 +17,6 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- Markdown
- [ ] <https://github.com/0fie/Mika>
- [ ] Change my keyboard backlight
- Issue on nixos-hardware ig
- [ ] Update docs
## Server

View File

@ -12,8 +12,8 @@
theme = { name = "FlatColor"; };
iconTheme = {
package = pkgs.moka-icon-theme;
name = "Moka";
package = pkgs.kora-icon-theme;
name = "Kora";
};
font = {

View File

@ -9,6 +9,8 @@
];
home.packages = with pkgs; [
qt5.qtwayland
qt6.qtwayland
hyprshot
hyprpicker
swappy

View File

@ -31,6 +31,8 @@
doc.enable = false;
man.enable = true;
dev.enable = false;
info.enable = false;
nixos.enable = false;
};
environment.systemPackages = with pkgs; [