Update
This commit is contained in:
parent
c97e51a9d2
commit
2721d11575
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
||||||
|
|
||||||
- [ ] Wofi config
|
|
||||||
- Calculator
|
|
||||||
|
|
||||||
- [ ] Test hyprshade (replacement for gammastep)
|
- [ ] Test hyprshade (replacement for gammastep)
|
||||||
|
|
||||||
- [ ] Qutebrowser
|
- [ ] Qutebrowser
|
||||||
@ -20,9 +17,6 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
|||||||
- Markdown
|
- Markdown
|
||||||
- [ ] <https://github.com/0fie/Mika>
|
- [ ] <https://github.com/0fie/Mika>
|
||||||
|
|
||||||
- [ ] Change my keyboard backlight
|
|
||||||
- Issue on nixos-hardware ig
|
|
||||||
|
|
||||||
- [ ] Update docs
|
- [ ] Update docs
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
theme = { name = "FlatColor"; };
|
theme = { name = "FlatColor"; };
|
||||||
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.moka-icon-theme;
|
package = pkgs.kora-icon-theme;
|
||||||
name = "Moka";
|
name = "Kora";
|
||||||
};
|
};
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
qt5.qtwayland
|
||||||
|
qt6.qtwayland
|
||||||
hyprshot
|
hyprshot
|
||||||
hyprpicker
|
hyprpicker
|
||||||
swappy
|
swappy
|
||||||
|
@ -31,6 +31,8 @@
|
|||||||
doc.enable = false;
|
doc.enable = false;
|
||||||
man.enable = true;
|
man.enable = true;
|
||||||
dev.enable = false;
|
dev.enable = false;
|
||||||
|
info.enable = false;
|
||||||
|
nixos.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user