Commit df53864022bb
Changed files (1)
modules
profiles
modules/profiles/gaming.nix
@@ -16,7 +16,7 @@ in
};
config = mkIf cfg.enable {
home.packages = with pkgs; [
- steam
+ # steam
discord
];
};