mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-14 06:35:18 +01:00
profile/desktop-apps: replace evince with papers
Some checks failed
/ Build Nix targets (push) Has been cancelled
Some checks failed
/ Build Nix targets (push) Has been cancelled
This commit is contained in:
parent
117928583d
commit
2136fd8c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
evince
|
||||
firefox
|
||||
(gimp-with-plugins.override {
|
||||
plugins = with gimpPlugins; [
|
||||
|
|
@ -33,6 +32,7 @@ in
|
|||
];
|
||||
})
|
||||
newsflash
|
||||
papers
|
||||
rhythmbox
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue