Update
This commit is contained in:
parent
c97e51a9d2
commit
2721d11575
@ -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
|
||||
|
@ -12,8 +12,8 @@
|
||||
theme = { name = "FlatColor"; };
|
||||
|
||||
iconTheme = {
|
||||
package = pkgs.moka-icon-theme;
|
||||
name = "Moka";
|
||||
package = pkgs.kora-icon-theme;
|
||||
name = "Kora";
|
||||
};
|
||||
|
||||
font = {
|
||||
|
@ -9,6 +9,8 @@
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
qt5.qtwayland
|
||||
qt6.qtwayland
|
||||
hyprshot
|
||||
hyprpicker
|
||||
swappy
|
||||
|
@ -31,6 +31,8 @@
|
||||
doc.enable = false;
|
||||
man.enable = true;
|
||||
dev.enable = false;
|
||||
info.enable = false;
|
||||
nixos.enable = false;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user