Fixed issues..
This commit is contained in:
parent
5395bf80c9
commit
4f3b54842b
7 changed files with 253 additions and 88 deletions
|
|
@ -48,9 +48,13 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.gtkapps.enable = true;
|
||||
# services.gtkapps.enable = true;
|
||||
services.gtkbar.enable = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
inputs.rust-app-menu.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
# services.midirun = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
|
|
|||
|
|
@ -46,6 +46,8 @@
|
|||
package = pkgs.kanagawa-gtk-theme;
|
||||
};
|
||||
|
||||
gtk4.theme = config.gtk.theme;
|
||||
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue