261 current 2024-10-02 14:32:47 24.11.20240916.99dc878 6.11.0 *

This commit is contained in:
sadan 2024-10-02 14:32:55 -04:00
parent e1bb34868b
commit bf348c1b68
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View file

@ -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; [

View file

@ -0,0 +1,3 @@
{} : {
enable = true;
}