mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-16 07:22:08 +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 {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
evince
|
|
||||||
firefox
|
firefox
|
||||||
(gimp-with-plugins.override {
|
(gimp-with-plugins.override {
|
||||||
plugins = with gimpPlugins; [
|
plugins = with gimpPlugins; [
|
||||||
|
|
@ -33,11 +32,11 @@ in
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
newsflash
|
newsflash
|
||||||
|
papers
|
||||||
rhythmbox
|
rhythmbox
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
vlc
|
vlc
|
||||||
wayvnc
|
|
||||||
zathura
|
zathura
|
||||||
zeal
|
zeal
|
||||||
# terminal
|
# terminal
|
||||||
|
|
@ -47,9 +46,13 @@ in
|
||||||
keychain
|
keychain
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.wireshark = {
|
programs = {
|
||||||
enable = true;
|
wayvnc.enable = true;
|
||||||
package = pkgs.wireshark; # enable the gui
|
wireshark = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.wireshark; # enable the gui
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue