mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 14:54:38 -05:00
261 current 2024-10-02 14:32:47 24.11.20240916.99dc878 6.11.0 *
This commit is contained in:
parent
e1bb34868b
commit
bf348c1b68
2 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
let
|
||||
_v = import ../../common/programs/virt.nix { };
|
||||
wireshark = import ../../common/programs/wireshark.nix {};
|
||||
in
|
||||
{
|
||||
fileSystems."/mnt/d" = {
|
||||
|
@ -153,6 +154,9 @@ in
|
|||
|
||||
|
||||
|
||||
programs = {
|
||||
inherit wireshark;
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
programs.steam.enable = true;
|
||||
programs.steam.extraCompatPackages = with pkgs; [
|
||||
|
|
3
common/programs/wireshark.nix
Normal file
3
common/programs/wireshark.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{} : {
|
||||
enable = true;
|
||||
}
|
Loading…
Reference in a new issue