refactor(end-rs + hypr): Moved Qogir icon theme install to end-rs nix config
This commit is contained in:
parent
54842d44aa
commit
13745f0b75
2 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,6 @@
|
||||||
pkgs.yazi
|
pkgs.yazi
|
||||||
# Theme
|
# Theme
|
||||||
pkgs.bibata-cursors
|
pkgs.bibata-cursors
|
||||||
pkgs.qogir-theme
|
|
||||||
pkgs.qogir-icon-theme
|
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
|
|
@ -10,5 +10,6 @@
|
||||||
home.packages = [
|
home.packages = [
|
||||||
inputs.end-rs
|
inputs.end-rs
|
||||||
pkgs.libnotify
|
pkgs.libnotify
|
||||||
|
pkgs.qogir-icon-theme
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue