mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-15 07:02:07 +01:00
Compare commits
2 commits
5193e3a528
...
2136fd8c4a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2136fd8c4a | ||
|
|
117928583d |
1 changed files with 8 additions and 5 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,11 +32,11 @@ in
|
|||
];
|
||||
})
|
||||
newsflash
|
||||
papers
|
||||
rhythmbox
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
vlc
|
||||
wayvnc
|
||||
zathura
|
||||
zeal
|
||||
# terminal
|
||||
|
|
@ -47,9 +46,13 @@ in
|
|||
keychain
|
||||
];
|
||||
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark; # enable the gui
|
||||
programs = {
|
||||
wayvnc.enable = true;
|
||||
wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark; # enable the gui
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue