mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Gnome] fix Gnome not using our aviallon.programs.libreoffice
This commit is contained in:
parent
ba64b8c8ae
commit
8f2097e07a
1 changed files with 2 additions and 6 deletions
|
|
@ -41,13 +41,9 @@ in {
|
|||
programs.firefox.enable = true;
|
||||
programs.firefox.nativeMessagingHosts.packages = [ pkgs.gnomeExtensions.bowser-gnome-extension ];
|
||||
|
||||
environment.systemPackages = with pkgs; []
|
||||
++ [
|
||||
guake
|
||||
aviallon.programs.libreoffice.enable = true;
|
||||
|
||||
libreoffice-fresh
|
||||
|
||||
]
|
||||
environment.systemPackages = with pkgs; [ guake ]
|
||||
++ (with gnome; [
|
||||
gnome-software
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue