mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 04:07:00 -04: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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue