mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-16 15:32:08 +01:00
Compare commits
No commits in common. "2136fd8c4a3f1cedd653fa868694a8f3baf0f49e" and "5193e3a5285114fc03fb48d9c6597fc5a01d6b57" have entirely different histories.
2136fd8c4a
...
5193e3a528
1 changed files with 5 additions and 8 deletions
|
|
@ -14,6 +14,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
evince
|
||||
firefox
|
||||
(gimp-with-plugins.override {
|
||||
plugins = with gimpPlugins; [
|
||||
|
|
@ -32,11 +33,11 @@ in
|
|||
];
|
||||
})
|
||||
newsflash
|
||||
papers
|
||||
rhythmbox
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
vlc
|
||||
wayvnc
|
||||
zathura
|
||||
zeal
|
||||
# terminal
|
||||
|
|
@ -46,13 +47,9 @@ in
|
|||
keychain
|
||||
];
|
||||
|
||||
programs = {
|
||||
wayvnc.enable = true;
|
||||
wireshark = {
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark; # enable the gui
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue